Files
moby/cmd/dockerd
Brian Goff 5b16dd6469 Remove duplicated trace logs
This was mistakenly added to bklog.
Since this is getting attached to the standard logger, and bklog is
using the standard logger, we only need this added once.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2023-09-30 22:59:47 +00:00
..
2023-05-19 20:38:51 +02:00
2023-09-30 22:59:47 +00:00
2023-09-15 20:12:27 +02:00
2023-09-15 20:12:27 +02:00
2016-09-01 14:47:51 +08:00

docker.go contains Docker daemon's main function.

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