etcd

A distributed, reliable key-value store for the most critical data of a distributed system. More information: <https://etcd.io>.

Debian Debian
RUN apt-get update && \ apt-get install -y etcd
Ubuntu
RUN apt-get update && \ apt-get install -y etcd
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y etcd
CentOS
RUN yum install -y etcd
Fedora
RUN dnf install -y etcd
Raspbian
RUN apt-get update && \ apt-get install -y etcd
click the source code to copy install etcd on any operating system with command-not-found.com