1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/types/container
Paweł Gronowski 85a7f5a09a daemon/linux: Set console size on creation
On Linux the daemon was not respecting the HostConfig.ConsoleSize
property and relied on cli initializing the tty size after the container
was created. This caused a delay between container creation and
the tty actually being resized.

This is also a small change to the api description, because
HostConfig.ConsoleSize is no longer Windows-only.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2022-05-19 07:57:27 +02:00
..
config.go API: add "signal" parameter to container stop and restart endpoints 2022-04-20 21:29:31 +02:00
container_changes.go
container_top.go swagger: reformat, and wrap to ~80-chars 2020-05-02 18:10:28 +02:00
container_update.go
create_response.go api: rename container.ContainerCreateCreatedBody to container.CreateResponse 2022-04-28 22:39:18 +02:00
deprecated.go api: rename container.ContainerCreateCreatedBody to container.CreateResponse 2022-04-28 22:39:18 +02:00
host_config.go daemon/linux: Set console size on creation 2022-05-19 07:57:27 +02:00
hostconfig_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
hostconfig_windows.go
wait_exit_error.go api: rename ContainerWaitOKBody to container.WaitResponse 2022-04-28 22:38:20 +02:00
wait_response.go api: rename ContainerWaitOKBody to container.WaitResponse 2022-04-28 22:38:20 +02:00
waitcondition.go