Darren Stahl 22c83c567f Swap usage of LazyDLL and LoadDLL to LazySystemDLL. 8 years ago
..
hack 9d6989bbb6 fix flaky test TestImportFileWithMessage 9 years ago
README.md 00dcbd0693 Fix readme doc for dockerd 8 years ago
daemon.go 3976a33c1a router: Return explicit error rather than 404 for experimental. 8 years ago
daemon_freebsd.go 0c7eab3157 Make dockerd debuggable 9 years ago
daemon_linux.go f37117045c plugins: experimental support for new plugin management 9 years ago
daemon_solaris.go 46ec4c1ae2 Windows: create daemon root with ACL 8 years ago
daemon_test.go 14712f9ff0 Remove old cli framework. 9 years ago
daemon_unix.go 46ec4c1ae2 Windows: create daemon root with ACL 8 years ago
daemon_unix_test.go 934328d8ea Add functional support for Docker sub commands on Solaris 8 years ago
daemon_windows.go 46ec4c1ae2 Windows: create daemon root with ACL 8 years ago
docker.go 46ec4c1ae2 Windows: create daemon root with ACL 8 years ago
docker_windows.go fa82c0aa10 Windows: work around Go 1.6.2/Nano Server TP5 issue 9 years ago
metrics.go 3343d234f3 Add basic prometheus support 8 years ago
service_unsupported.go 6e7405ebd4 Fix tests and windows service. 9 years ago
service_windows.go 22c83c567f Swap usage of LazyDLL and LoadDLL to LazySystemDLL. 8 years ago

README.md

docker.go contains Docker daemon's main function.

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