mirror of https://github.com/docker/cli.git
Deprecate "daemon" subcommand
The daemon is in a separate (dockerd) binary since docker 1.12, so should no longer be used. This marks the command as deprecated, and adds it to the deprecated features list. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
4785157d54
commit
9f22887e06
|
@ -17,6 +17,13 @@ To learn more about Docker Engine's deprecation policy,
|
|||
see [Feature Deprecation Policy](index.md#feature-deprecation-policy).
|
||||
|
||||
|
||||
### `docker daemon` subcommand
|
||||
**Deprecated In Release: [v1.13](https://github.com/docker/docker/releases/)**
|
||||
|
||||
**Target For Removal In Release: v1.16**
|
||||
|
||||
The daemon is moved to a separate binary (`dockerd`), and should be used instead.
|
||||
|
||||
### Three argument form in `docker import`
|
||||
**Deprecated In Release: [v0.6.7](https://github.com/docker/docker/releases/tag/v0.6.7)**
|
||||
|
||||
|
|
Loading…
Reference in New Issue