1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:09 +02:00
This commit is contained in:
kev 2015-10-01 18:28:28 +08:00
parent a304578d99
commit dd158651e7
2 changed files with 3 additions and 7 deletions

View File

@ -3,11 +3,6 @@
#
FROM scratch
MAINTAINER kev <noreply@datageek.info>
ADD ca-certificates.crt /etc/ssl/certs/
ADD etcd /usr/local/bin/
ADD etcd /
EXPOSE 2379 2380 4001 7001
ENTRYPOINT ["etcd"]
ENTRYPOINT ["/etcd"]

View File

@ -4,4 +4,5 @@ dest = "/etc/shadowsocks/client.json"
keys = [
"/services/shadowsocks"
]
check_cmd = "jq . {{.src}}"
#reload_cmd = "supervisorctl update"