Systemd vs. Docker
Systemd vs. Docker
Posted Feb 27, 2016 18:52 UTC (Sat) by cortana (subscriber, #24596)In reply to: Systemd vs. Docker by smurf
Parent article: Systemd vs. Docker
Could the freezer cgroup controller be used to reliably kill processes? If everything in a cgroup is frozen then it can no longer fork, so you can then list the processes and kill them one by one.