mirror of
https://github.com/docker/cli.git
synced 2025-08-07 00:42:41 +03:00
Deprecate -f flag from docker tag
Closes #9798 @maintainers please note that this is a change to the UX. We no longer require the -f flag on `docker tag` to move a tag from an existing image. However, this does make us more consistent across our commands, see https://github.com/docker/docker/issues/9798 for the history. Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
@@ -14,7 +14,6 @@ parent = "smn_cli"
|
||||
|
||||
Tag an image into a repository
|
||||
|
||||
-f, --force=false Force the tagging even if there's a conflict
|
||||
--help=false Print usage
|
||||
|
||||
You can group your images together using names and tags, and then upload them
|
||||
|
Reference in New Issue
Block a user