Fix error:secret to config

This commit is contained in:
khs1994 2017-12-11 17:44:48 +08:00
parent e9c9b8391d
commit 154a42bd69

View File

@ -26,9 +26,11 @@ $ docker config create redis.conf redis.conf
### 查看 config ### 查看 config
使用 `docker config ls` 命令来查看 `secret` 使用 `docker config ls` 命令来查看 `config`
```bash ```bash
$ docker config ls
ID NAME CREATED UPDATED ID NAME CREATED UPDATED
yod8fx8iiqtoo84jgwadp86yk redis.conf 4 seconds ago 4 seconds ago yod8fx8iiqtoo84jgwadp86yk redis.conf 4 seconds ago 4 seconds ago
``` ```