Files
moby/cmd/dockerd
Sebastiaan van Stijn 6458f750e1 use containerd/cgroups to detect cgroups v2
libcontainer does not guarantee a stable API, and is not intended
for external consumers.

this patch replaces some uses of libcontainer/cgroups with
containerd/cgroups.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-11-09 15:00:32 +01:00
..
2020-11-05 12:14:01 -08:00
2019-03-12 18:41:55 -07:00
2019-03-12 18:41:55 -07:00
2020-05-08 10:44:36 +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.