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/reference/api/docker_remote_api.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ This section lists each version from latest to oldest. Each listing includes a
116
116
117
117
[Docker Remote API v1.25](docker_remote_api_v1.25.md) documentation
118
118
119
+
*`GET /info` now returns `Isolation`.
119
120
*`POST /containers/create` now takes `AutoRemove` in HostConfig, to enable auto-removal of the container on daemon side when the container's process exits.
120
121
*`GET /containers/json` and `GET /containers/(id or name)/json` now return `"removing"` as a value for the `State.Status` field if the container is being removed. Previously, "exited" was returned as status.
121
122
*`GET /containers/json` now accepts `removing` as a valid value for the `status` filter.
0 commit comments