mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-08 10:07:29 +00:00
They are no longer needed as the mounting happens in the mount container. 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"]
|