Browse code

Merge pull request #8470 from fgrehm/patch-3

docs: Remove `Detach` parameter from Exec Create example

Victor Vieux authored on 2014/10/10 07:25:51
Showing 1 changed files
... ...
@@ -1447,8 +1447,7 @@ Sets up an exec instance in a running container `id`
1447 1447
         POST /containers/e90e34656806/exec HTTP/1.1
1448 1448
         Content-Type: application/json
1449 1449
 
1450
-        {             
1451
-	     "Detach":false,
1450
+        {
1452 1451
 	     "AttachStdin":false,
1453 1452
 	     "AttachStdout":true,
1454 1453
 	     "AttachStderr":true,