1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 17:56:53 +02:00
dockerfiles/etcd
2024-10-14 19:03:43 +08:00
..
docker-compose.yml update etcd 2024-10-14 19:03:43 +08:00
README.md update etcd 2024-10-14 19:03:43 +08:00

etcd

etcd is a distributed, reliable key-value store for the most critical data of a distributed system.

$ docker-compose up -d
$ docker-compose exec etcd bash
>>> etcdctl version
etcdctl version: 3.5.16
API version: 3.5
>>> etcdctl put foo bar
OK
>>> etcdctl get foo
foo
bar