mirror of
https://github.com/docker/cli.git
synced 2026-01-06 05:41:44 +03:00
Our implementation of systemd cgroups is mixture of systemd api and plain filesystem api. It's hard to keep it up to date with systemd and it already contains some nasty bugs with new versions. Ideally it should be replaced with some daemon flag which will allow to set parent systemd slice. Signed-off-by: Alexander Morozov <lk4d4@docker.com>