rancher/confd

Verified Publisher

By Rancher by SUSE

Updated about 8 years ago

Serves as a base confd image for building configuration containers.

Image
Databases & Storage
Integration & Delivery
Networking
1

10K+

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.

Docker Pull Command

docker pull rancher/confd