File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
docs/reference/commandline Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ func newCreateCommand(dockerCli *command.DockerCli) *cobra.Command {
6464 options := pluginCreateOptions {}
6565
6666 cmd := & cobra.Command {
67- Use : "create [OPTIONS] reponame [:tag] PATH-TO-ROOTFS (rootfs + config.json)" ,
67+ Use : "create [OPTIONS] PLUGIN [:tag] PATH-TO-ROOTFS(rootfs + config.json)" ,
6868 Short : "Create a plugin from a rootfs and config" ,
6969 Args : cli .RequiresMinArgs (2 ),
7070 RunE : func (cmd * cobra.Command , args []string ) error {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414
1515func newPushCommand (dockerCli * command.DockerCli ) * cobra.Command {
1616 cmd := & cobra.Command {
17- Use : "push NAME [:TAG]" ,
17+ Use : "push PLUGIN [:TAG]" ,
1818 Short : "Push a plugin to a registry" ,
1919 Args : cli .ExactArgs (1 ),
2020 RunE : func (cmd * cobra.Command , args []string ) error {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ keywords: "plugin, create"
1616# plugin create
1717
1818``` markdown
19- Usage: docker plugin create [ OPTIONS] reponame [ : tag ] PATH-TO-ROOTFS
19+ Usage: docker plugin create [ OPTIONS] PLUGIN [ : tag ] PATH-TO-ROOTFS(rootfs + config.json)
2020
2121Create a plugin from a rootfs and configuration
2222
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ keywords: "plugin, push"
1414-->
1515
1616``` markdown
17- Usage: docker plugin push NAME [ : TAG ]
17+ Usage: docker plugin push PLUGIN [ : TAG ]
1818
1919Push a plugin to a registry
2020
You can’t perform that action at this time.
0 commit comments