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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user