lxcfs
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 code is pretty simple, written in C using libfuse and glib.
The main driver for this work was the need to run systemd based containers as a regular unprivileged user while still allowing systemd inside the container to interact with cgroups.
Now with the introduction of the cgroup namespace in the Linux kernel, that part is no longer necessary on recent kernels and focus is now on making containers feel more like a real independent system through the proc masking feature.
- Developed at Virtualization:containers
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:RebuildFactoryCandidates/lxcfs && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
lxcfs-6.0.2.tar.gz | 0000105748 103 KB | |
lxcfs-6.0.2.tar.gz.asc | 0000000833 833 Bytes | |
lxcfs.changes | 0000019754 19.3 KB | |
lxcfs.keyring | 0000004201 4.1 KB | |
lxcfs.spec | 0000003675 3.59 KB |
Comments 0