From 82876c0f5b41fe4e3ee33e0bc77f2560b1a6535f Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 29 Jun 2016 13:30:09 -0700 Subject: [PATCH] docs: add note that we no longer send container-id for exec Signed-off-by: Sebastiaan van Stijn --- docs/reference/api/docker_remote_api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/api/docker_remote_api.md b/docs/reference/api/docker_remote_api.md index 9f6f9616e9..109568c723 100644 --- a/docs/reference/api/docker_remote_api.md +++ b/docs/reference/api/docker_remote_api.md @@ -133,6 +133,9 @@ This section lists each version from latest to oldest. Each listing includes a * `POST /containers/{name:.*}/copy` is now removed and errors out starting from this API version. * API errors are now returned as JSON instead of plain text. * `POST /containers/create` and `POST /containers/(id)/start` allow you to configure kernel parameters (sysctls) for use in the container. +* `POST /v1.23/containers//exec` and `POST /v1.23/exec//start` + no longer expects a "Container" field to be present. This property was not used + and is no longer sent by the docker client. ### v1.23 API changes