1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cmd/dockerd
Amit Krishnan 86d8758e2b Get the Docker Engine to build clean on Solaris
Signed-off-by: Amit Krishnan <krish.amit@gmail.com>
2016-05-23 16:37:12 -07:00
..
hack Ignore invalid host header between go1.6 and old docker clients 2016-05-19 21:07:45 +02:00
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
README.md
service_unsupported.go
service_windows.go

docker.go contains Docker's main function.

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