瀏覽代碼

docs: Remove `Detach` parameter from Exec Create example

Signed-off-by: Fabio Rehm <fgrehm@gmail.com>
Fabio Rehm 10 年之前
父節點
當前提交
2fd0e8eb5f
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/sources/reference/api/docker_remote_api_v1.15.md

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

@@ -1447,8 +1447,7 @@ Sets up an exec instance in a running container `id`
         POST /containers/e90e34656806/exec HTTP/1.1
         Content-Type: application/json
 
-        {             
-	     "Detach":false,
+        {
 	     "AttachStdin":false,
 	     "AttachStdout":true,
 	     "AttachStderr":true,