moby--moby/cmd/dockerd
Brian Goff 9319a8a2dd Merge pull request #33440 from RenaudWasTaken/genericresource
Added support for Generic Resources
2017-07-25 15:32:25 -04:00
..
hack
README.md
config.go Added support for Generic Resources 2017-07-24 17:49:56 -07:00
config_common_unix.go
config_experimental.go
config_solaris.go
config_unix.go add NamedUlimitOpt implement NamedOption to fix 32528 2017-06-16 10:14:09 +08:00
config_unix_test.go
config_windows.go
daemon.go Enable pprof/debug endpoints by default 2017-07-17 15:01:30 -04:00
daemon_freebsd.go
daemon_linux.go
daemon_solaris.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
daemon_test.go
daemon_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
daemon_unix_test.go Disable legacy (v1) registries by default 2017-06-12 11:04:28 +02:00
daemon_windows.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
docker.go
docker_windows.go
metrics.go
options.go
options_test.go
service_unsupported.go
service_windows.go Windows: fix build after re-vendoring golang.org/x/sys 2017-07-12 14:52:42 +02:00

README.md

docker.go contains Docker daemon's main function.

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