mirror of
https://github.com/moby/moby.git
synced 2026-07-26 19:32:56 +00:00
The daemon expects to manage/handle everything going into the containerd namespace it uses, and things break when it shares that namespace with a second instance, so we should expose these flags and expect users that want two daemons sharing a containerd instance to use separate namespaces for them. Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
docker.go contains Docker daemon's main function.
This file provides first line CLI argument parsing and environment variable setting.