Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.81 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.81 KB

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

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.