moby/integration/internal/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
..
container.go update uses of container.ContainerCreateCreatedBody to CreateResponse 2022-04-28 22:39:20 +02:00
exec.go integration/internal/container: fix a goroutine leak bug by adding 1 buffer 2019-10-27 20:22:52 -04:00
ns.go integration: port TestRunModePIDHost from CLI test to API test 2021-02-01 14:54:07 +09:00
ops.go daemon/linux: Set console size on creation 2022-05-19 07:57:27 +02:00
states.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00