Merge pull request #8470 from fgrehm/patch-3

docs: Remove `Detach` parameter from Exec Create example
Upstream-commit: 88a41aa7d1f90c75086119553b06525ab16118be
Component: engine
This commit is contained in:
Victor Vieux
2014-10-09 15:25:51 -07:00

View File

@ -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,