mirror of https://github.com/docker/docs.git
docs: Remove `Detach` parameter from Exec Create example
Signed-off-by: Fabio Rehm <fgrehm@gmail.com>
This commit is contained in:
parent
0d5daa4a8f
commit
2fd0e8eb5f
|
@ -1448,7 +1448,6 @@ Sets up an exec instance in a running container `id`
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"Detach":false,
|
||||
"AttachStdin":false,
|
||||
"AttachStdout":true,
|
||||
"AttachStderr":true,
|
||||
|
|
Loading…
Reference in New Issue