Files
moby/cmd/dockerd
Sebastiaan van Stijn e554ab5589 Allow system.MkDirAll() to be used as drop-in for os.MkDirAll()
also renamed the non-windows variant of this file to be
consistent with other files in this package

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-08-08 15:05:49 +02:00
..
2019-03-12 18:41:55 -07:00
2019-03-12 18:41:55 -07:00
2018-05-23 17:50:54 +02:00
2018-06-13 09:04:30 +02:00
2016-09-01 14:47:51 +08:00

docker.go contains Docker daemon's main function.

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