moby--moby/api/server
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
..
backend/build
httpstatus
httputils
middleware
router daemon/linux: Set console size on creation 2022-05-19 07:57:27 +02:00
errorhandler.go
middleware.go api/server: remove "Logging" from config 2022-04-23 23:38:30 +02:00
server.go api/server: remove "Logging" from config 2022-04-23 23:38:30 +02:00
server_test.go