mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
This implements cgroup.Apply() using the systemd apis. We create a transient unit called "docker-$id.scope" that contains the container processes. We also have a way to set unit specific properties, currently only defining the Slice to put the scope in. Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson) Upstream-commit: 6c7835050e53b733181ddfca6152c358fd625400 Component: engine