Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axelspringer/confd
Confd Docker https://hub.docker.com/r/axelspringer/confd
https://github.com/axelspringer/confd
confd docker go
Last synced: about 1 month ago
JSON representation
Confd Docker https://hub.docker.com/r/axelspringer/confd
- Host: GitHub
- URL: https://github.com/axelspringer/confd
- Owner: axelspringer
- License: mit
- Created: 2017-10-12T06:41:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T11:07:35.000Z (about 7 years ago)
- Last Synced: 2024-11-14T00:35:24.505Z (about 2 months ago)
- Topics: confd, docker, go
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - confd
README
[![Build Status](https://travis-ci.org/axelspringer/confd.svg?branch=master)](https://travis-ci.org/axelspringer/confd) [![Docker Stars](https://img.shields.io/docker/stars/axelspringer/confd.svg)](https://hub.docker.com/r/axelspringer/confd/) [![Docker Pulls](https://img.shields.io/docker/pulls/axelspringer/confd.svg)](https://hub.docker.com/r/axelspringer/confd/)
# confd
Confd
https://github.com/kelseyhightower/confd
# use
> we use confd to contain ours configs in containers and publish them distributed
You can mount yours config in `/etc/confd` or overwrite the confd config.
[![](https://badge.imagelayers.io/axelspringer/confd.svg)](https://imagelayers.io/?images=axelspringer/confd)
```
# You can use
docker run --rm --name confd axelspringer/confd
```# License
[MIT](/LICENSE)