1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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>
This commit is contained in:
Yanqiang Miao 2016-12-29 17:35:47 +08:00
parent 4d5cba127b
commit 1ebb68053e

View file

@ -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 $ docker plugin ls
plugin latest A sample plugin for Docker true 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.