Skip to content

brodkinca/docker-confd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

confd

confd allows to manage local application configuration files using templates and data from etcd.

Volumes

  • /etc/confd to allow configuration

Standalone

You can use this base box standalone doing:

docker pull brodkinca/confd

You can run it using a configuration volume (see configuration guide):

docker run -v /path/to/confd/config:/etc/confd -t brodkinca/confd

Or directly from command line:

docker run -t brodkinca/confd -node http://etcd-server:4001

... where etcd-server is the IP or host of your etcd server

As a base image

This image is based on ubuntu:latest image to use confd as a base image, simply update the FROM line from your dockerfile :

FROM aegypius/confd

You can find the trusted build image in the docker registry