moby--moby/cmd/dockerd
Derek McGowan 8fb5f4d5c9
Add configuration option for containerd cri
Disable cri plugin by default in containerd and
allows an option to enable the plugin. This only
has an effect on containerd when supervised by
dockerd. When containerd is managed outside of
dockerd, the configuration is not effected.

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-07-24 11:34:47 -07:00
..
hack
README.md
config.go Add configuration option for containerd cri 2018-07-24 11:34:47 -07:00
config_common_unix.go
config_unix.go
config_unix_test.go
config_windows.go
daemon.go
daemon_freebsd.go
daemon_linux.go
daemon_test.go
daemon_unix.go Add configuration option for containerd cri 2018-07-24 11:34:47 -07:00
daemon_unix_test.go
daemon_windows.go
docker.go builder: set buildkit's exported product variable via PRODUCT 2018-07-16 21:41:54 +00:00
docker_unix.go
docker_windows.go
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.