Files
docker-cli/components/engine/docker
John Starks 79f5e01124 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>
Upstream-commit: 59573fb3c6e8e55278c973b9c799db6ed9c0f9c7
Component: engine
2016-03-15 18:25:35 -07:00
..
2016-02-01 14:36:40 -05:00
2015-11-05 17:09:57 -05:00
2015-11-15 10:40:01 +01:00
2015-10-08 08:46:21 -04:00

docker.go contains Docker's main function.

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