1
0
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:
Doug Davis
2015-12-01 14:02:02 -08:00
committed by Tibor Vass
parent 67eea4d814
commit ecfc3613b2
2 changed files with 0 additions and 5 deletions

View File

@@ -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