Skip to content

baskiton/pysetns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pysetns

pypi downloads license

build upload docs

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

IMPORTANT!

setns required execution from ROOT!

Requirements

  • Linux 3.0+
  • Python 3

Installing

Using PIP

$ pip install pysetns

From sources

$ git clone https://github.com/baskiton/pysetns.git
$ cd pysetns
$ python setup.py install

Usage

See examples