CoreOS' etcd configuration management server.
1.1K
To run:
docker run -d zefhemel/etcd
Or to bind usual ports:
docker run -d -p 4001:4001 -p 7001:7001 zefhemel/etcd
any arguments you pass, will be passed to the etcd binary (in addition to the flags to bind to 0.0.0.0, otherwise it won't work):
docker run -t -i coreos/etcd --help
Content type
Image
Digest
sha256:e168440f4…
Size
197.4 MB
Last updated
almost 11 years ago
docker pull zefhemel/etcd