Files
moby/cmd/dockerd
Jintao Zhang 35d6c1870f enforce reserve internal labels.
The namespaces com.docker.*, io.docker.*, org.dockerproject.*
have been documented to be reserved for Docker's internal use.

Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2020-02-12 12:03:35 +08:00
..
2020-02-12 12:03:35 +08:00
2019-03-12 18:41:55 -07:00
2019-03-12 18:41:55 -07:00
2019-09-18 12:56:54 +02:00

docker.go contains Docker daemon's main function.

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