Skip to content

iby/docker-confd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker confd

Confd is a lightweight configuration management tool, this is containerised version based on top of Alpine Linux with an incredibly tiny image size of 25 MB uncompressed.

Circle CI

Running

All super simple, just run the container with /etc/confd folders mounted as volumes, see build/ci/script/test.sh for a detailed example.

docker run \
    --detach \
    --name 'confd' \
    --volume '/foo/bar/confd:/etc/confd' \
    ianbytchek/confd

About

Dockerised confd under 25 MB uncompressed 🤘

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages