moby--moby/cmd/dockerd
Brian Goff a0a473125b Fix libnetwork imports
After moving libnetwork to this repo, we need to update all the import
paths for libnetwork to point to docker/docker/libnetwork instead of
docker/libnetwork.
This change implements that.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2021-06-01 21:51:23 +00:00
..
README.md
config.go Unhide containerd-namespace flags 2020-11-05 12:14:01 -08:00
config_common_unix.go
config_unix.go Merge pull request #41622 from bboehmke/ipv6_nat 2020-12-07 11:59:42 +01:00
config_unix_test.go
config_windows.go
daemon.go buildkit: Apply apparmor profile 2021-02-02 13:32:24 +01:00
daemon_freebsd.go cmd/dockerd: sd_notify STOPPING=1 when shutting down 2020-12-22 10:51:17 +01:00
daemon_linux.go cmd/dockerd: sd_notify STOPPING=1 when shutting down 2020-12-22 10:51:17 +01:00
daemon_test.go Use designated test domains (RFC2606) in tests 2021-04-02 14:06:27 +02:00
daemon_unix.go Fix libnetwork imports 2021-06-01 21:51:23 +00:00
daemon_unix_test.go
daemon_windows.go cmd/dockerd: sd_notify STOPPING=1 when shutting down 2020-12-22 10:51:17 +01:00
docker.go
docker_unix.go
docker_windows.go
metrics.go
options.go Sterner warnings for unathenticated tcp 2020-09-25 00:21:54 +00:00
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.