From c4619fb341301b5e63e7160cee7eb39c61d3c0d1 Mon Sep 17 00:00:00 2001 From: Dmitriy Fishman Date: Thu, 30 Sep 2021 18:12:46 +0300 Subject: [PATCH] Update deprecated.md Signed-off-by: Dmitriy Fishman --- docs/deprecated.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index a43bed1daf..7752fa081d 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -560,7 +560,7 @@ See the events API documentation for the new format. **Removed In Release: [v1.12.0](https://github.com/docker/docker/releases/tag/v1.12.0)** -To make tagging consistent across the various `docker` commands, the `-f` flag on the `docker tag` command is deprecated. It is not longer necessary to specify `-f` to move a tag from one image to another. Nor will `docker` generate an error if the `-f` flag is missing and the specified tag is already in use. +To make tagging consistent across the various `docker` commands, the `-f` flag on the `docker tag` command is deprecated. It is no longer necessary to specify `-f` to move a tag from one image to another. Nor will `docker` generate an error if the `-f` flag is missing and the specified tag is already in use. ### HostConfig at API container start **Deprecated In Release: [v1.10.0](https://github.com/docker/docker/releases/tag/v1.10.0)**