pysetns
- is a Python wrapper for the Linux setns
system call.
See the manpage for an introduction to setns
and namespaces.
To detail see the documentation
setns
required execution from ROOT!
- Linux 3.0+
- Python 3
$ pip install pysetns
$ git clone https://github.com/baskiton/pysetns.git
$ cd pysetns
$ python setup.py install
See examples