blob: 8ae5d0a6e7021ee2ab67a478e71b9ebdbac7b20d (
plain)
1
2
3
4
5
6
7
|
LXCFS is a simple userspace filesystem designed to work around some
current limitations of the Linux kernel.Specifically, it's providing
two main things.A set of files which can be bind-mounted
over their /proc originals to provide CGroup-aware values.A cgroupfs
like tree which is container aware.The focus is now on making
containers feel more like a real independent system through
the proc masking feature.
|