Browse code

docs: Remove `Detach` parameter from Exec Create example

Signed-off-by: Fabio Rehm <fgrehm@gmail.com>

Fabio Rehm authored on 2014/10/08 21:52:20
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,