From 304c100ed250756a64009605d7b5fc7674441934 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 18 Aug 2022 10:44:00 +0200 Subject: [PATCH] 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 --- docs/deprecated.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index 2d7602d5cd..72eaa896e1 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -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