You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/misc/deprecated.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,14 @@ parent = "mn_use_docker"
12
12
13
13
The following list of features are deprecated.
14
14
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
+
15
23
### Docker ps 'before' and 'since' options
16
24
17
25
**Deprecated In Release: [v1.10.0](https://github.com/docker/docker/releases/tag/v1.10.0)**
0 commit comments