mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add -d to the deprecated feature list for 1.8.
Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
parent
a628155a72
commit
9a1728a427
1 changed files with 4 additions and 0 deletions
|
@ -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`):
|
||||
|
||||
|
|
Loading…
Reference in a new issue