Update deprecated.md

Signed-off-by: Dmitriy Fishman <fishman.code@gmail.com>
This commit is contained in:
Dmitriy Fishman 2021-09-30 18:12:46 +03:00
parent 154ce5e58d
commit c4619fb341
1 changed files with 1 additions and 1 deletions

View File

@ -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)** **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 ### HostConfig at API container start
**Deprecated In Release: [v1.10.0](https://github.com/docker/docker/releases/tag/v1.10.0)** **Deprecated In Release: [v1.10.0](https://github.com/docker/docker/releases/tag/v1.10.0)**