moby--moby/docker
John Starks 59573fb3c6 Windows: add support for CloseWrite() to npipe transport
This relies on changes to go-winio to support CloseWrite() when the pipe
is in message mode. This fixes an issue where stdin is not properly closed
when there is no more input to docker run.

Signed-off-by: John Starks <jostarks@microsoft.com>
2016-03-15 18:25:35 -07:00
..
listeners Windows: add support for CloseWrite() to npipe transport 2016-03-15 18:25:35 -07:00
README.md
client.go
client_test.go
common.go
daemon.go Move registry service options to the daemon configuration. 2016-03-10 11:53:11 -05:00
daemon_freebsd.go
daemon_linux.go
daemon_none.go
daemon_test.go Windows CI: Fix unit test failures 2016-03-11 19:31:08 -08:00
daemon_unix.go
daemon_unix_test.go Windows CI: Fix unit test failures 2016-03-11 19:31:08 -08:00
daemon_windows.go
docker.go
docker_windows.go
flags.go
flags_test.go

README.md

docker.go contains Docker's main function.

This file provides first line CLI argument parsing and environment variable setting.