Merge pull request #17799 from runcom/deprecate-hc-cont-start

Deprecate HostConfig at API container start
This commit is contained in:
David Calavera 2015-11-25 09:11:12 -08:00
commit ad67f324cc
1 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,14 @@ parent = "mn_use_docker"
The following list of features are deprecated.
### HostConfig at API container start
**Deprecated In Release: v1.10**
**Target For Removal In Release: v1.12**
Passing an `HostConfig` to `POST /containers/{name}/start` is deprecated in favor of
defining it at container creation (`POST /containers/create`).
### Docker ps 'before' and 'since' options
**Deprecated In Release: [v1.10.0](https://github.com/docker/docker/releases/tag/v1.10.0)**