mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #1753 from philips/fixup-build-docker
scripts: build-docker tag and use ENTRYPOINT
This commit is contained in:
commit
f08df9e0f3
@ -6,7 +6,7 @@ FROM scratch
|
||||
ADD etcd /
|
||||
ADD etcdctl /
|
||||
EXPOSE 4001 7001 2379 2380
|
||||
CMD ["/etcd"]
|
||||
ENTRYPOINT ["/etcd"]
|
||||
DF
|
||||
|
||||
docker build .
|
||||
docker build -t quay.io/coreos/etcd:${1} .
|
||||
|
Loading…
x
Reference in New Issue
Block a user