mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
Merge pull request #14156 from HuKeping/master
Docs: fix wrong example of API Exec
This commit is contained in:
@@ -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**:
|
||||
|
||||
Reference in New Issue
Block a user