mirror of
https://github.com/moby/moby.git
synced 2026-01-12 03:01:38 +00:00
runc expects a systemd cgroupsPath to be in slice:scopePrefix:containerName
format and the "--systemd-cgroup" option to be set. Update docker accordingly.
Fixes 21475
Signed-off-by: Anusha Ragunathan <anusha@docker.com>
(cherry picked from commit 7ed3d265a4)
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.