Modify reponame to PLUGIN and fix some typos

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang 2016-11-25 19:46:24 +08:00 committed by Tibor Vass
parent 30f5338c8e
commit f93df409b4
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ keywords: "plugin, create"
# plugin create
```markdown
Usage: docker plugin create [OPTIONS] reponame[:tag] PATH-TO-ROOTFS
Usage: docker plugin create [OPTIONS] PLUGIN[:tag] PATH-TO-ROOTFS(rootfs + config.json)
Create a plugin from a rootfs and configuration

View File

@ -14,7 +14,7 @@ keywords: "plugin, push"
-->
```markdown
Usage: docker plugin push NAME[:TAG]
Usage: docker plugin push PLUGIN[:TAG]
Push a plugin to a registry