Run Consul Agent with Web UI in a Windows Docker Container.
.\build.ps1
docker run -d -p 8500:8500 stefanscherer/consul-windows
You can connect to the Consul Web UI at port 8500. Find the IP address of the container or open a firewall port.
open http://$(docker-machine ip windows):8500