From 154a42bd699e59ac5c5de031676eda76dc48a5e4 Mon Sep 17 00:00:00 2001 From: khs1994 Date: Mon, 11 Dec 2017 17:44:48 +0800 Subject: [PATCH] Fix error:secret to config --- swarm_mode/config.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/swarm_mode/config.md b/swarm_mode/config.md index f34343c..3e88dce 100644 --- a/swarm_mode/config.md +++ b/swarm_mode/config.md @@ -26,9 +26,11 @@ $ docker config create redis.conf redis.conf ### 查看 config -使用 `docker config ls` 命令来查看 `secret` +使用 `docker config ls` 命令来查看 `config` ```bash +$ docker config ls + ID NAME CREATED UPDATED yod8fx8iiqtoo84jgwadp86yk redis.conf 4 seconds ago 4 seconds ago ```