Jelajahi Sumber

Merge pull request #8375 from fgrehm/patch-2

docs: Update `docker exec` examples
Michael Crosby 10 tahun lalu
induk
melakukan
94da44cacf
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      docs/sources/reference/api/docker_remote_api_v1.15.md

+ 2 - 2
docs/sources/reference/api/docker_remote_api_v1.15.md

@@ -1486,7 +1486,7 @@ starting the `exec` command. Otherwise, this API sets up an interactive session
 
 
 **Example request**:
 **Example request**:
 
 
-        POST /containers/e90e34656806/exec HTTP/1.1
+        POST /exec/e90e34656806/start HTTP/1.1
         Content-Type: application/json
         Content-Type: application/json
 
 
         {
         {
@@ -1522,7 +1522,7 @@ This API is valid only if `tty` was specified as part of creating and starting t
 
 
 **Example request**:
 **Example request**:
 
 
-        POST /containers/e90e34656806/exec HTTP/1.1
+        POST /exec/e90e34656806/resize HTTP/1.1
         Content-Type: plain/text
         Content-Type: plain/text
 
 
 **Example response**:
 **Example response**: