mirror of https://github.com/docker/docs.git
Merge pull request #14156 from HuKeping/master
Docs: fix wrong example of API Exec
This commit is contained in:
commit
8c8e8d624f
|
@ -1875,7 +1875,7 @@ Sets up an exec instance in a running container `id`
|
||||||
"Tty": false,
|
"Tty": false,
|
||||||
"Cmd": [
|
"Cmd": [
|
||||||
"date"
|
"date"
|
||||||
],
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
@ -1917,7 +1917,7 @@ interactive session with the `exec` command.
|
||||||
|
|
||||||
{
|
{
|
||||||
"Detach": false,
|
"Detach": false,
|
||||||
"Tty": false,
|
"Tty": false
|
||||||
}
|
}
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
Loading…
Reference in New Issue