1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-11-23 22:15:10 +02:00
Files
dockerfiles/etcd

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