Skip to content

Files

Latest commit

 

History

History

consul

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

consul

This image on DockerHub

Run Consul Agent with Web UI in a Windows Docker Container.

Build the Container image

.\build.ps1

Run the Container

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