Skip to content

Commit

Permalink
complete the "-g" / "--graph" daemon option deprecation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
thaJeztah committed Aug 18, 2022
1 parent 9400e3d commit 304c100
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,13 +633,12 @@ and `docker service scale` in Docker 17.10.

**Deprecated In Release: v17.05**

**Removed In Release: v22.06**

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
configuration and has been replaced with the more descriptive `--data-root`
flag.

These flags were added before Docker 1.0, so will not be _removed_, only
_hidden_, to discourage their use.
flag. These flags were deprecated and hidden in v17.05, and removed in v22.06.

### Top-level network properties in NetworkSettings

Expand Down

0 comments on commit 304c100

Please sign in to comment.