1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Modify reponame to PLUGIN and fix some typos

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
Upstream-commit: f93df409b4
Component: cli
This commit is contained in:
yuexiao-wang
2016-11-25 19:46:24 +08:00
committed by Tibor Vass
parent 78fa1e6bc3
commit 0fb89a4b6a
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