A Docker image for running Consul with UI, based on Alpine Linux. This image belongs to a suite of images documented here.
Image size is ~38 MB.
This image features:
2.2.0
,latest
(Dockerfile)2.1.0
(Dockerfile)2.0.0
(Dockerfile)1.0.0
(Dockerfile)
See VERSIONS.md for image contents.
To use this image include FROM smebberson/alpine-consul
at the top of your Dockerfile
, or simply docker run --name consul smebberson/alpine-consul
.
This container has been setup to automatically connect to a Consul cluster, created with a service name of consul
. Read more about it here.
An example of using this image can be found in examples/user-consul-ui.