moby--moby/cmd/dockerd
Daniel Nephin 0dab53ff3c Move all daemon image methods into imageService
imageService provides the backend for the image API and handles the
imageStore, and referenceStore.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2018-02-26 16:48:29 -05:00
..
hack Add canonical import comment 2018-02-05 16:51:57 -05:00
README.md
config.go Fix "--node-generic-resource" singular/plural 2018-01-26 13:53:13 -08:00
config_common_unix.go
config_unix.go Remove unused experimental code 2017-12-18 17:07:48 +01:00
config_unix_test.go
config_windows.go
daemon.go Move all daemon image methods into imageService 2018-02-26 16:48:29 -05:00
daemon_freebsd.go
daemon_linux.go Remove redundant build-tags 2017-12-18 17:41:53 +01:00
daemon_test.go Fix "--node-generic-resource" singular/plural 2018-01-26 13:53:13 -08:00
daemon_unix.go
daemon_unix_test.go Disallow using legacy (V1) registries 2017-12-09 02:24:43 -08:00
daemon_windows.go
docker.go
docker_windows.go Remove workaround for Nano server TP5 2018-02-07 23:38:14 -08:00
metrics.go
options.go
options_test.go
service_unsupported.go
service_windows.go

README.md

docker.go contains Docker daemon's main function.

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