1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/etcd/README.md
2021-11-26 12:08:48 +08:00

323 B

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.1
API version: 3.5
>>> etcdctl put foo bar
OK
>>> etcdctl gut foo
foo
bar