mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
Fix error:secret to config
This commit is contained in:
parent
e9c9b8391d
commit
154a42bd69
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user