Procházet zdrojové kódy

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

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn před 9 roky
rodič
revize
82876c0f5b
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      docs/reference/api/docker_remote_api.md

+ 3 - 0
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.
 * `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.
 * 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 /containers/create` and `POST /containers/(id)/start` allow you to configure kernel parameters (sysctls) for use in the container.
+* `POST /v1.23/containers/<container ID>/exec` and `POST /v1.23/exec/<exec ID>/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
 ### v1.23 API changes