A simple Consul image. Includes both Consul and the Consul UI.
Note that until consul 0.6 this image is likely to be larger than it needs to be, consul 0.5.0 doesn't run using default busybox style images due to some C dependencies, 0.6 will likely be pure go.
To run with a default using the config files:
docker run micktwomey/consul
To run directly:
docker run micktwomey/consul consul ...
This image has the following paths:
By default /consul/data is a volume.
A simple customization might look like this:
FROM micktwomey/consul:0.5.0-1
MAINTAINER ...
The add your own config files in config/*. The docker build will pick these up.
Content type
Image
Digest
sha256:89ca64e36…
Size
54.9 MB
Last updated
almost 11 years ago
docker pull micktwomey/consul