Files
linuxkit/projects/etcd/pkg/Dockerfile.etcd.local
Rolf Neugebauer 77941b7216 demo: Rename ./project/demo to ./project/etcd
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>
2017-04-25 13:17:05 +01:00

7 lines
319 B
Docker

# A dockerfile to build an etcd container image from the upstream one
#
# It sets the environment to talk to the local cluster
FROM quay.io/coreos/etcd:v3.1.5
ENV ETCDCTL_ENDPOINTS="http://192.168.65.200:2379,http://192.168.65.201:2379,http://192.168.65.202:2379,http://192.168.65.203:2379,http://192.168.65.204:2379"