confd allows to manage local application configuration files using templates and data from etcd.
/etc/confdto allow configuration
You can use this base box standalone doing:
docker pull aegypius/confd
You can run it using a configuration volume (see configuration guide):
docker run -v /path/to/confd/config:/etc/confd -t aegypius/confd
Or directly from command line:
docker run -t aegypius/confd -node http://etcd-server:4001
... where etcd-server is the IP or host of your etcd server
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