Sign inSign up

nearform/etcd

By nearform

•Updated almost 9 years ago

Etcd image

Image
0

1.9K

nearform/etcd repository overview

⁠Docker Etcd

This image is based on Alpine Linux 3.6. This image exposes ports 2379 and 2380. It is able to run with any (arbitrary) user. This container complies with the OpenShift non-root user policy⁠.

⁠Using the image

⁠Single node "cluster"
docker run \
  -d \
  -p 2379:2379 \
  --name some-etcd \
  nearform/docker-etcd:latest \
  exec etcd --name some-etcd
⁠Multi node example

As simple docker-compose example is included in the repo⁠

Have a look at the helm chart here⁠

Tag summary

Content type

Image

Digest

Size

12.7 MB

Last updated

almost 9 years ago

docker pull nearform/etcd