mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
68c2b6a7d9
Sometimes a container cgroup already exists but is frozen. When this happens, runc init hangs, and it's not clear what is going on. Refuse to run in a frozen cgroup; add a test case. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>