moby--moby/cmd/dockerd
Brian Goff 7ccf750daa Allow switching Windows runtimes.
This adds support for 2 runtimes on Windows, one that uses the built-in
HCSv1 integration and another which uses containerd with the runhcs
shim.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2021-09-23 17:44:04 +00:00
..
trap refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
README.md
config.go Allow switching Windows runtimes. 2021-09-23 17:44:04 +00:00
config_common_unix.go Allow switching Windows runtimes. 2021-09-23 17:44:04 +00:00
config_unix.go Merge pull request #40084 from thaJeztah/hostconfig_const_cleanup 2021-08-28 00:21:31 +09:00
config_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
config_windows.go
daemon.go cmd/dockerd: add the link of "the documentation" 2021-08-27 17:14:02 +09:00
daemon_freebsd.go
daemon_linux.go
daemon_test.go
daemon_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
daemon_unix_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
daemon_windows.go Windows CI: Add support for testing with containerd 2021-08-17 07:09:40 -07:00
docker.go
docker_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
docker_windows.go
metrics.go
options.go Make validate flag description more generic 2021-06-24 15:43:28 +00:00
options_test.go
service_unsupported.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
service_windows.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00

README.md

docker.go contains Docker daemon's main function.

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