mirror of
https://github.com/moby/moby.git
synced 2026-07-12 02:25:19 +00:00
This adds support for 2 runtimes on Windows, one that uses the built-in HCSv1 integration and another which uses containerd with the runhcs shim. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
docker.go contains Docker daemon's main function.
This file provides first line CLI argument parsing and environment variable setting.