Sign inSign up

asdfsx/alpine-etcd

By asdfsx

Updated over 9 years ago

etcd based on alpine 3.3

Image
0

182

asdfsx/alpine-etcd repository overview

docker-compose file

etcd:
  image: asdfsx/alpine-etcd:2.2.3
  net: host
  volumes:
    - /data/etcd:/data
  command:
    --listen-client-urls http://0.0.0.0:4001 \
    --advertise-client-urls http://KUBERNETES_MASTER_IP:4001

test with

curl -L http://KUBERNETES_MASTER_IP:4001/v2/keys/

Tag summary

Content type

Image

Digest

Size

5 MB

Last updated

over 9 years ago

docker pull asdfsx/alpine-etcd:3.1.0