fix set -> put etcd ver 3 (#18)

This commit is contained in:
ぶーと / Yoshiaki Ueda 2021-04-27 17:09:06 +09:00 committed by GitHub
parent e50f22671c
commit 3a766342d8
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ Finally we create a new container instance to launch the etcd client and connect
$ docker run -it --rm \
--network app-tier \
--env ALLOW_NONE_AUTHENTICATION=yes \
bitnami/etcd:latest etcdctl --endpoints http://etcd-server:2379 set /message Hello
bitnami/etcd:latest etcdctl --endpoints http://etcd-server:2379 put /message Hello
```
## Using Docker Compose