mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #8470 from fgrehm/patch-3
docs: Remove `Detach` parameter from Exec Create example
This commit is contained in:
commit
88a41aa7d1
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue