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:
Vincent Demeester 2016-12-30 11:15:16 +01:00 committed by Sebastiaan van Stijn
parent d38979b8bb
commit ff8f643ce1
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -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.