mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #39265 from ad-m/patch-1
Update docs to remove restriction of tty resize
This commit is contained in:
commit
54872a8024
1 changed files with 1 additions and 1 deletions
|
@ -5475,7 +5475,7 @@ paths:
|
||||||
/containers/{id}/resize:
|
/containers/{id}/resize:
|
||||||
post:
|
post:
|
||||||
summary: "Resize a container TTY"
|
summary: "Resize a container TTY"
|
||||||
description: "Resize the TTY for a container. You must restart the container for the resize to take effect."
|
description: "Resize the TTY for a container."
|
||||||
operationId: "ContainerResize"
|
operationId: "ContainerResize"
|
||||||
consumes:
|
consumes:
|
||||||
- "application/octet-stream"
|
- "application/octet-stream"
|
||||||
|
|
Loading…
Add table
Reference in a new issue