This image only provides a single etcd instance configured to work as a single instance deployment.
docker build -t <name>/etcd .sudo docker run -p 4001:4001 --name etcd -d --restart=always <name>/etcdcurl -L http://127.0.0.1:4001/v2/keys/first -XPUT -d value="1st"curl -L http://127.0.0.1:4001/v2/keys/firstContent type
Image
Digest
sha256:7dd1a93e8…
Size
235.5 MB
Last updated
almost 11 years ago
docker pull mattf/etcd