mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-04 15:01:45 +00:00
Fix error:secret to config
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user