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
Vincent Demeester 3845728524
Update tests to use gotest.tools 👼
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-06-13 09:04:30 +02:00
..
hack
config.go
config_common_unix.go
config_unix.go Various code-cleanup 2018-05-23 17:50:54 +02:00
config_unix_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
config_windows.go
daemon.go builder: export build cache records 2018-06-10 10:05:27 -07:00
daemon_freebsd.go
daemon_linux.go Use go-systemd const instead of magic string in Linux version of dockerd 2018-05-23 19:06:34 +02:00
daemon_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
daemon_unix.go vendor: update containerd to 63522d9 2018-06-08 19:19:06 -07:00
daemon_unix_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
daemon_windows.go
docker.go
docker_unix.go
docker_windows.go
metrics.go Various code-cleanup 2018-05-23 17:50:54 +02:00
options.go
options_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
README.md
service_unsupported.go
service_windows.go

docker.go contains Docker daemon's main function.

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