mirror of https://github.com/docker/cli.git
Update deprecated.md
Signed-off-by: Dmitriy Fishman <fishman.code@gmail.com>
This commit is contained in:
parent
154ce5e58d
commit
c4619fb341
|
@ -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)**
|
||||||
|
|
Loading…
Reference in New Issue