Browse code

docs: add note that we no longer send container-id for exec

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/06/30 05:30:09
Showing 1 changed files
... ...
@@ -133,6 +133,9 @@ This section lists each version from latest to oldest.  Each listing includes a
133 133
 * `POST /containers/{name:.*}/copy` is now removed and errors out starting from this API version.
134 134
 * API errors are now returned as JSON instead of plain text.
135 135
 * `POST /containers/create` and `POST /containers/(id)/start` allow you to configure kernel parameters (sysctls) for use in the container.
136
+* `POST /v1.23/containers/<container ID>/exec` and `POST /v1.23/exec/<exec ID>/start`
137
+  no longer expects a "Container" field to be present. This property was not used
138
+  and is no longer sent by the docker client.
136 139
 
137 140
 ### v1.23 API changes
138 141