fix set -> put etcd ver 3 (#18)
This commit is contained in:
parent
e50f22671c
commit
3a766342d8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue