mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-08 19:23:47 +00:00
With redis-os and README documentation moved elsewhere, the demo directory only contains the etcd demo setup. Rename it. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
6 lines
75 B
Docker
6 lines
75 B
Docker
FROM quay.io/coreos/etcd:v3.1.5
|
|
|
|
COPY ./etcd.sh /
|
|
|
|
ENTRYPOINT ["/etcd.sh"]
|