Files
docker-cli/components/engine/cmd/dockerd
Sebastiaan van Stijn bc6cc53700 Split daemon service code to _windows file
This moves some of the code that was conditionally
executed on Windows to a separate, windows-only file.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: cd3e84c6b38e74d03ab31db804bc9b49dcab8243
Component: engine
2018-03-21 12:57:53 +01:00
..
2018-02-05 16:51:57 -05:00
2018-03-16 11:03:43 -04:00
2017-12-18 17:07:48 +01:00
2017-12-18 17:41:53 +01:00
2018-03-16 11:03:43 -04:00
2018-03-16 11:03:43 -04:00
2017-07-31 13:16:46 -07:00
2018-03-16 11:03:43 -04:00
2017-07-31 13:16:46 -07:00
2016-09-01 14:47:51 +08:00
2017-07-31 13:16:46 -07:00

docker.go contains Docker daemon's main function.

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