moby--moby/cmd/dockerd
Vincent Demeester 86a7632d63 Merge pull request #22091 from amitkris/build_solaris
Get the Docker Engine to build clean on Solaris
2016-05-24 21:41:36 +02:00
..
hack Fix a race in cmd/dockerd/hack.TestHeaderOverrideHack 2016-05-24 11:29:55 +00:00
README.md
daemon.go Ignore invalid host header between go1.6 and old docker clients 2016-05-19 21:07:45 +02:00
daemon_freebsd.go
daemon_linux.go
daemon_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
daemon_test.go Cleanup the structure of the cli package. 2016-04-27 14:25:47 -04:00
daemon_unix.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
daemon_unix_test.go Cleanup the structure of the cli package. 2016-04-27 14:25:47 -04:00
daemon_windows.go Ignore invalid host header between go1.6 and old docker clients 2016-05-19 21:07:45 +02:00
docker.go
docker_windows.go
service_unsupported.go
service_windows.go

README.md

docker.go contains Docker's main function.

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