Selaa lähdekoodia

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

Complete the document content
Vincent Demeester 8 vuotta sitten
vanhempi
commit
5374d53322
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  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
 $ docker plugin create plugin /home/pluginDir
 plugin
 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.
 The plugin can subsequently be enabled for local use or pushed to the public registry.