Skip to content

Commit 3e7405a

Browse files
committed
Deprecate HostConfig at API container start
Signed-off-by: Antonio Murdaca <[email protected]>
1 parent f064b99 commit 3e7405a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/misc/deprecated.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ parent = "mn_use_docker"
1212

1313
The following list of features are deprecated.
1414

15+
### HostConfig at API container start
16+
**Deprecated In Release: v1.10**
17+
18+
**Target For Removal In Release: v1.12**
19+
20+
Passing an `HostConfig` to `POST /containers/{name}/start` is deprecated in favor of
21+
defining it at container creation (`POST /containers/create`).
22+
1523
### Docker ps 'before' and 'since' options
1624

1725
**Deprecated In Release: [v1.10.0](https://github.com/docker/docker/releases/tag/v1.10.0)**

0 commit comments

Comments
 (0)