initial commit
This commit is contained in:
commit
dc9d4a9c30
4 changed files with 11 additions and 0 deletions
2
.gitignore
vendored
Executable file
2
.gitignore
vendored
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
*~
|
||||||
|
.DS_Store
|
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
FROM smebberson/alpine-confd:latest
|
||||||
|
|
||||||
|
ADD /root /
|
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# confd-env
|
||||||
|
|
||||||
|
An image that runs [confd](http://www.confd.io/) (fed by env variables) at start.
|
3
root/etc/cont-init.d/01-confd
Normal file
3
root/etc/cont-init.d/01-confd
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/with-contenv sh
|
||||||
|
|
||||||
|
confd -onetime -backend env
|
Loading…
Add table
Add a link
Reference in a new issue