Deprecate HostConfig at API container start

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Upstream-commit: 3e7405aea8589f4b6b0713640596f7dee9cf7193
Component: engine
This commit is contained in:
Antonio Murdaca
2015-11-08 12:08:35 +01:00
parent 4d4420c373
commit 31f8edbd47

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)**