mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue