• Meaning: Forces the tagging of an image even if the target image already exists. Usage: Replaces an existing tag with the new one. Example: docker tag -f my-image:latest my-repo/my-image:1.0 tags my-image:latest as my-repo/my-image:1.0.

    docker tag -f <source_image> <target_image>