8000 GitHub - rancher/confd-base: Base image for cond
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 18, 2022. It is now read-only.

rancher/confd-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

Base image for cond

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published
0