initial commit

This commit is contained in:
Sebastian Hugentobler 2016-06-23 12:31:56 +02:00
commit dc9d4a9c30
4 changed files with 11 additions and 0 deletions

2
.gitignore vendored Executable file
View File

@ -0,0 +1,2 @@
*~
.DS_Store

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM smebberson/alpine-confd:latest
ADD /root /

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# confd-env
An image that runs [confd](http://www.confd.io/) (fed by env variables) at start.

View File

@ -0,0 +1,3 @@
#!/usr/bin/with-contenv sh
confd -onetime -backend env