Merge pull request #14156 from HuKeping/master

Docs: fix wrong example of API Exec
Upstream-commit: 8c8e8d624f546e52d37ce09f5e16361bc38df073
Component: engine
This commit is contained in:
moxiegirl
2015-06-25 13:09:36 -07:00
@@ -1875,7 +1875,7 @@ Sets up an exec instance in a running container `id`
"Tty": false,
"Cmd": [
"date"
],
]
}
**Example response**:
@@ -1917,7 +1917,7 @@ interactive session with the `exec` command.
{
"Detach": false,
"Tty": false,
"Tty": false
}
**Example response**: