moby--moby/cmd/dockerd
Sebastiaan van Stijn 171af54931 Merge pull request #22460 from jwhonce/wip/sigpipe
Ignore SIGPIPE events
2016-06-02 16:05:22 +02:00
..
hack fix flaky test TestImportFileWithMessage 2016-05-27 23:19:29 +08:00
README.md Make dockerd debuggable 2016-04-26 09:35:22 -07:00
daemon.go Ignore SIGPIPE events, resolves #19728 2016-05-23 15:26:41 -07:00
daemon_freebsd.go Make dockerd debuggable 2016-04-26 09:35:22 -07:00
daemon_linux.go Make dockerd debuggable 2016-04-26 09:35:22 -07:00
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 Merge pull request #22888 from ibuildthecloud/host-compat 2016-05-26 14:41:22 -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 Windows: Support running dockerd as a service 2016-04-26 14:04:47 -07:00
docker_windows.go Windows: work around Go 1.6.2/Nano Server TP5 issue 2016-05-25 11:59:28 +02:00
service_unsupported.go Windows: Support running dockerd as a service 2016-04-26 14:04:47 -07:00
service_windows.go Windows: Support running dockerd as a service 2016-04-26 14:04:47 -07:00

README.md

docker.go contains Docker's main function.

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