DEPRECATED USE nearform/etcd Etcd3 in a docker container with arbitrary user.
1.9K
DEPRECATED USE nearform/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.
docker run \
-d \
-p 2379:2379 \
--name some-etcd \
nearform/docker-etcd:latest \
exec etcd --name some-etcd
### multi node example Have a look at the helm chart here
Content type
Image
Digest
Size
12.7 MB
Last updated
almost 9 years ago
docker pull nearform/docker-etcd