Sign inSign up

jihchi/alpine-confd

By jihchi

Updated almost 10 years ago

Image
0

345

jihchi/alpine-confd repository overview

alpine-confd

Same as aegypius/docker-confd expect that using golang:1-alpine as base image.

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 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

As a base image

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

Tag summary

Content type

Image

Digest

sha256:8847d685c

Size

73.8 MB

Last updated

almost 10 years ago

docker pull jihchi/alpine-confd