A Windows containers implementation of the architecture described by Graham Jenson, here:
and from his tutorial repo here:
https://github.com/grahamjenson/DR-CoN/.
build:
docker build . -t drcon
run:
docker run -d --name drcon -e "CONSUL=[consul ip:port]" -e "SERVICE=[service name]" -p 80:80 drcon