Просмотр исходного кода

Merge pull request #8470 from fgrehm/patch-3

docs: Remove `Detach` parameter from Exec Create example
Victor Vieux 10 лет назад
Родитель
Сommit
88a41aa7d1
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,