complete the "-g" / "--graph" daemon option deprecation

These options were soft-deprecated in Docker 17.05, and at the time
considered to not be removed. However, with the move towards containerd
snapshotters, having these options around adds additional complexity to
handle fallbacks for deprecated (and hidden) flags, so completing the
deprecation.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-08-18 10:44:00 +02:00
parent 9400e3dbe8
commit 304c100ed2
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 3 additions and 4 deletions

View File

@ -633,13 +633,12 @@ and `docker service scale` in Docker 17.10.
**Deprecated In Release: v17.05** **Deprecated In Release: v17.05**
**Removed In Release: v22.06**
The `-g` or `--graph` flag for the `dockerd` or `docker daemon` command was The `-g` or `--graph` flag for the `dockerd` or `docker daemon` command was
used to indicate the directory in which to store persistent data and resource used to indicate the directory in which to store persistent data and resource
configuration and has been replaced with the more descriptive `--data-root` configuration and has been replaced with the more descriptive `--data-root`
flag. flag. These flags were deprecated and hidden in v17.05, and removed in v22.06.
These flags were added before Docker 1.0, so will not be _removed_, only
_hidden_, to discourage their use.
### Top-level network properties in NetworkSettings ### Top-level network properties in NetworkSettings