Added info re: image[:tag] to make docs consistent. Fixed a markdown issue.
Closes issue #6833 Docker-DCO-1.1-Signed-off-by: Fred Lifton <fred.lifton@docker.com> (github: fredlf) Upstream-commit: 41d6ab6318cc2c8905a174ed28a78dfcad06cef5 Component: engine
This commit is contained in:
@ -1877,7 +1877,7 @@ func (cli *DockerCli) CmdSearch(args ...string) error {
|
||||
type ports []int
|
||||
|
||||
func (cli *DockerCli) CmdTag(args ...string) error {
|
||||
cmd := cli.Subcmd("tag", "[OPTIONS] IMAGE [REGISTRYHOST/][USERNAME/]NAME[:TAG]", "Tag an image into a repository")
|
||||
cmd := cli.Subcmd("tag", "[OPTIONS] IMAGE[:TAG] [REGISTRYHOST/][USERNAME/]NAME[:TAG]", "Tag an image into a repository")
|
||||
force := cmd.Bool([]string{"f", "#force", "-force"}, false, "Force")
|
||||
if err := cmd.Parse(args); err != nil {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user