Short Description
Alpine Linux, s6 process management running Consul (with the Web UI).
Full Description
alpine-consul-ui
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.
Features
This image features:
Versions
2.2.0
,latest
(Dockerfile)2.1.0
(Dockerfile)2.0.0
(Dockerfile)1.0.0
(Dockerfile)
See VERSIONS.md for image contents.
Usage
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.
Example
An example of using this image can be found in examples/user-consul-ui.