Docs: fix wrong example of API Exec

The last "," should not shown up, otherwise you will get the error
back as below:
- invalid character '}' looking for beginning of object key string.

Signed-off-by: Hu Keping <hukeping@huawei.com>
Upstream-commit: 221fa4c3d11973f6b973daf26fd962554945fc68
Component: engine
This commit is contained in:
Hu Keping
2015-06-25 02:03:27 +08:00
parent 892d0c95d1
commit ce8189c680
@@ -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**: