Source for image hosted on quay
Example Run:
docker run -d --name=etcd --restart="always" -p 5001:5001 -p 8001:8001 \
quay.io/nnnnathann/etcd:v2.0.4 \
-listen-peer-urls="http://0.0.0.0:8001" \
-listen-client-urls="http://0.0.0.0:5001" \
-advertise-client-urls="http://$(docker-machine ip oberd):5001"
The additional script install_osx_client.sh is just a convenience script
for installing the etcdctl binary into /usr/local/bin on osx.
Content type
Image
Digest
sha256:628d4730c…
Size
1.9 MB
Last updated
almost 11 years ago
docker pull oberd/etcd:v2.0.4