|
|
|
|
|
by electroly
1150 days ago
|
|
While using containers is common and well-understood, containers within containers are not. It's novel enough to warrant this blog post on how to do it! If all you want is resource constraints on your spawned processes, it's easier and more common to just use cgroups. It's straightforward and you should have a working understanding of cgroups anyway if you want to be effective at using containers, which are built on top of cgroups. Cgroups are really easy to use and I feel like people aren't bothering to learn about it. :( |
|