Sign inSign up

zefhemel/etcd

By zefhemel

Updated almost 11 years ago

CoreOS' etcd configuration management server.

Image
0

1.1K

zefhemel/etcd repository overview

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

Tag summary

Content type

Image

Digest

sha256:e168440f4

Size

197.4 MB

Last updated

almost 11 years ago

docker pull zefhemel/etcd