From d13d2150170cb2228132aea40a26664274d14fb3 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Thu, 25 Aug 2016 17:03:18 +0200 Subject: [PATCH] Update docker remote api to mention restart policy validation Signed-off-by: Vincent Demeester Upstream-commit: a011a94be7448ee86e28396246de73f646af3a93 Component: engine --- components/engine/docs/reference/api/docker_remote_api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/docs/reference/api/docker_remote_api.md b/components/engine/docs/reference/api/docker_remote_api.md index 0647cfd789..66b5c16942 100644 --- a/components/engine/docs/reference/api/docker_remote_api.md +++ b/components/engine/docs/reference/api/docker_remote_api.md @@ -120,6 +120,7 @@ This section lists each version from latest to oldest. Each listing includes a * `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. * `GET /containers/json` now accepts `removing` as a valid value for the `status` filter. * `DELETE /volumes/(name)` now accepts a `force` query parameter to force removal of volumes that were already removed out of band by the volume driver plugin. +* `POST /containers/create/` and `POST /containers/(name)/update` now validates restart policies. ### v1.24 API changes