Sign inSign up

mattf/etcd

By mattf

Updated almost 11 years ago

Image
0

323

mattf/etcd repository overview

etcd image for Docker

This image only provides a single etcd instance configured to work as a single instance deployment.

Build

  • docker build -t <name>/etcd .

Run

  • sudo docker run -p 4001:4001 --name etcd -d --restart=always <name>/etcd

Test

  • curl -L http://127.0.0.1:4001/v2/keys/first -XPUT -d value="1st"
  • curl -L http://127.0.0.1:4001/v2/keys/first

Tag summary

Content type

Image

Digest

sha256:7dd1a93e8

Size

235.5 MB

Last updated

almost 11 years ago

docker pull mattf/etcd