moby--moby/cmd/dockerd
Darren Stahl e7077f7d26 Windows: Add service dependency ConDrv
Signed-off-by: Darren Stahl <darst@microsoft.com>
(cherry picked from commit b2a7f6abb3)
Signed-off-by: Victor Vieux <vieux@docker.com>
2017-01-25 21:37:54 -08:00
..
hack
README.md
daemon.go Implement content addressability for plugins 2016-12-27 13:31:14 -08:00
daemon_freebsd.go
daemon_linux.go
daemon_solaris.go Windows: create daemon root with ACL 2016-11-10 17:51:28 -08:00
daemon_test.go
daemon_unix.go Windows: create daemon root with ACL 2016-11-10 17:51:28 -08:00
daemon_unix_test.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
daemon_windows.go Windows: create daemon root with ACL 2016-11-10 17:51:28 -08:00
docker.go Windows: create daemon root with ACL 2016-11-10 17:51:28 -08:00
docker_windows.go
metrics.go
service_unsupported.go
service_windows.go Windows: Add service dependency ConDrv 2017-01-25 21:37:54 -08:00

README.md

docker.go contains Docker daemon's main function.

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