]> git.proxmox.com Git - mirror_lxcfs.git/blob - README.md
Add base lxcfs.c
[mirror_lxcfs.git] / README.md
1 # lxcfs
2
3 FUSE filesystem for LXC, offering the following features:
4 - a cgroupfs compatible view for unprivileged containers
5 - a set of cgroup-aware files:
6 - cpuinfo
7 - meminfo
8 - stat
9 - uptime
10
11 ### Usage
12
13 The recommended command to run lxcfs is:
14
15 sudo mkdir -p /var/lib/lxcfs
16 sudo lxcfs -s -f -d -o allow_other /var/lib/lxcfs
17
18 We recommend -s to avoid threading; -o allow_other is needed to
19 allow users other than root to use the filesystem.