rancher/confd

Verified Publisher

By Rancher by SUSE

Updated over 9 years ago

Serves as a base confd image for building configuration containers.

Image
Networking
Integration & delivery
Databases & storage
1

10K+

rancher/confd repository overview

confd-base Docker Image

Purpose

This is a base Onbuild image for quickly setting up confd containers.

Usage

Create Dockerfile

FROM rancher/confd-base
VOLUME /my/config/paths

Create conf.d and templates directories and add files

mkdir templates conf.d

Add config toml files to conf.d and the template in the templates directory. When you are ready to create your image build:

docker build --rm -t myimage .

The resulting image will be configured to run confd with the files in these directories.

Note: Remember to write your files to an exported volume, otherwise the configs might not help you.

Tag summary

Content type

Image

Digest

Size

8.4 MB

Last updated

over 9 years ago

docker pull rancher/confd:v0.12.0-alpha3

This week's pulls

Pulls:

895

Last week