Etcdctl client container (NO LONGER MAINTAINED)
50K+
Etcdctl image that allow to execute etcd client (etcdctl) to interact with an etcd cluster.
To create this image, execute the following command in the docker-etcdctl folder.
docker build \
-t cburki/haproxy-confd
.
When you run this image you could specify the argument of the etcdctl tool. Here is a sample giving the help argument.
docker run \
--rm \
-i \
-t \
cburki/etcdctl:latest \
-help
Content type
Image
Digest
Size
63.7 MB
Last updated
over 10 years ago
docker pull cburki/etcdctl