perfsonar / docker-devbox

A Docker-based development container with some useful features
Apache License 2.0
0 stars 0 forks source link

Debian containers don't start under cgroups v1 #9

Open mfeit-internet2 opened 1 year ago

mfeit-internet2 commented 1 year ago

It used to be that starting a container on Linux with cgroups v1 didn't require the --privileged switch.

Debian 10 and 11 containers fail to start systemd without it. EL7/8/9 start with no problem.

Making cgroups v1 run privileged until this can be resolved.