Merge pull request #29774 from miaoyq/complete-plugin-create-docs-content
Complete the document content
(cherry picked from commit 5374d53322
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
d38979b8bb
commit
ff8f643ce1
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue