Browse code

Merge pull request #29774 from miaoyq/complete-plugin-create-docs-content

Complete the document content
(cherry picked from commit 5374d53322abd6a5b2ebb34b7422abc26d1b5eb3)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Vincent Demeester authored on 2016/12/30 19:15:16
Showing 1 changed files
... ...
@@ -41,8 +41,9 @@ $ ls -ls /home/pluginDir
41 41
 $ docker plugin create plugin /home/pluginDir
42 42
 plugin
43 43
 
44
-NAME                  	TAG                 DESCRIPTION                  ENABLED
45
-plugin                  latest              A sample plugin for Docker   true
44
+$ docker plugin ls
45
+ID                  NAME                TAG                 DESCRIPTION                  ENABLED
46
+672d8144ec02        plugin              latest              A sample plugin for Docker   false
46 47
 ```
47 48
 
48 49
 The plugin can subsequently be enabled for local use or pushed to the public registry.