etcdctl
Interact with etcd, a highly-available key-value pair store. More information: <https://etcd.io/docs/latest/dev-guide/interacting_v3/>.
RUN apt-get update && \
apt-get install -y etcd-client
RUN apt-get update && \
apt-get install -y etcd
RUN apt-get update && \
apt-get install -y etcd-client
RUN yum install -y etcd
RUN dnf install -y etcd
RUN apt-get update && \
apt-get install -y etcd