Same as aegypius/docker-confd expect that using golang:1-alpine as base image.
confd allows to manage local application configuration files using templates and data from etcd.
/etc/confd to allow configurationYou can use this base box standalone doing:
docker pull jihchi/alpine-confd
You can run it using a configuration volume (see configuration guide):
docker run -v /path/to/confd/config:/etc/confd -t jihchi/alpine-confd
Or directly from command line:
docker run -t jihchi/alpine-confd -node http://etcd-server:4001
... where etcd-server is the IP or host of your etcd server
This image is based on golang:1-alpine image to use confd as a base image,
simply update the FROM line from your dockerfile :
FROM jihchi/alpine-confd
You can find the trusted build image in the docker registry
Content type
Image
Digest
sha256:8847d685c…
Size
73.8 MB
Last updated
almost 10 years ago
docker pull jihchi/alpine-confd