From 9a1728a427288587fe79dab4537474f6af301a9c Mon Sep 17 00:00:00 2001 From: David Calavera Date: Wed, 22 Jul 2015 14:52:20 -0700 Subject: [PATCH] Add -d to the deprecated feature list for 1.8. Signed-off-by: David Calavera --- docs/misc/deprecated.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/misc/deprecated.md b/docs/misc/deprecated.md index c35936ed50..8925eec63b 100644 --- a/docs/misc/deprecated.md +++ b/docs/misc/deprecated.md @@ -17,6 +17,10 @@ The following list of features are deprecated. **Target For Removal In Release: v1.10** +The flags `-d` and `--daemon` are deprecated in favor of the `daemon` subcommand: + + docker daemon -H ... + The following single-dash (`-opt`) variant of certain command line options are deprecated and replaced with double-dash options (`--opt`):