Deprecated Engine Features
Deprecated Engine Features
The following list of features are deprecated in Engine.
Ambiguous event fields in API
Deprecated In Release: v1.10
The fields ID
, Status
and From
in the events API have been deprecated in favor of a more rich structure. See the events API documentation for the new format.
-f
flag on docker tag
Deprecated In Release: v1.10
Target For Removal In Release: v1.12
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