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
Renaud Gaubert 87e1464c43 Added support for Generic Resources
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
2017-07-24 17:49:56 -07:00
..
hack
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 Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -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 Remove cli/flags package 2017-06-01 13:34:31 -07:00
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 Remove cli/flags package 2017-06-01 13:34:31 -07:00
docker_windows.go
metrics.go
options.go Remove cli/flags package 2017-06-01 13:34:31 -07:00
options_test.go Remove cli/flags package 2017-06-01 13:34:31 -07:00
README.md
service_unsupported.go
service_windows.go Windows: fix build after re-vendoring golang.org/x/sys 2017-07-12 14:52:42 +02:00

docker.go contains Docker daemon's main function.

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