mirror of https://github.com/docker/cli.git
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:
parent
aba799a996
commit
7957741105
|
@ -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 New Issue