Skip to content
/ pylxcfs Public
forked from zhoukangcn/lxcfs

Simple python implementation of fuse proc for lxc containers based on earlier lxcfs but not required cgmanager.

Notifications You must be signed in to change notification settings

q53/pylxcfs

 
 

Repository files navigation

Simple python implementation of fuse proc for lxc containers based on earlier lxcfs.

== Dependencies ==
Python 2.7

== How to use ==
Targeted to use on RHEL 7x and derivatives:
make archive && rpmbuild -ta pylxcfs-*tar.bz2 && rpm -ivh ~/rpmbuild/RPMS/noarch/pylxcfs-*noarch.rpm
systemctl enable pylxcfs.service
systemctl start pylxcfs

In your container config, add:
 - lxc.hook.mount = /usr/share/lxc/hooks/pylxcfs.hook


About

Simple python implementation of fuse proc for lxc containers based on earlier lxcfs but not required cgmanager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.4%
  • Makefile 4.1%
  • Shell 0.5%