Browse Source

Complete the document content

Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>

update

Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
Yanqiang Miao 8 years ago
parent
commit
1ebb68053e
1 changed files with 3 additions and 2 deletions
  1. 3 2
      docs/reference/commandline/plugin_create.md

+ 3 - 2
docs/reference/commandline/plugin_create.md

@@ -41,8 +41,9 @@ $ ls -ls /home/pluginDir
 $ docker plugin create plugin /home/pluginDir
 plugin
 
-NAME                  	TAG                 DESCRIPTION                  ENABLED
-plugin                  latest              A sample plugin for Docker   true
+$ docker plugin ls
+ID                  NAME                TAG                 DESCRIPTION                  ENABLED
+672d8144ec02        plugin              latest              A sample plugin for Docker   false
 ```
 
 The plugin can subsequently be enabled for local use or pushed to the public registry.