python-nsenter icon indicating copy to clipboard operation
python-nsenter copied to clipboard

Enter kernel namespaces from Python

Results 5 python-nsenter issues
Sort by recently updated
recently updated
newest added

``` $ docker run -it python:3.10 pip install nsenter Collecting nsenter Downloading nsenter-0.2-py3-none-any.whl (12 kB) Collecting contextlib2 Downloading contextlib2-21.6.0-py2.py3-none-any.whl (13 kB) Collecting argparse Downloading argparse-1.4.0-py2.py3-none-any.whl (23 kB) Collecting pathlib Downloading...

Hi, I tried to use this lib which is published at pypi, but the latest version at pypi is 0.2. I want [this](https://github.com/zalando/python-nsenter/commit/435cbe45160d4b857fa8c0297d322ee36c67a20b) commit to load this lib on Mac....

It looks like the link is wrong or blog was deleted?

Add more documentation to the project please. E.g. how could I implement the following command into python using the nsenter module?: nsenter -t 1 --wd=/usr/local/bin -m -- docker ps

I successfully used this lib for entering my net namespace (for example - myns0), but there is no DNS at all inside it. Of course I have a valid resolv.conf...

question