Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atam84/dockerinterfaces

using ifaceinfo and docker modules the module can provide the connexion of container virtual network card to the virtual card in the host machine.
https://github.com/atam84/dockerinterfaces

analyses container diagnostics diagram docker interconnection networking

Last synced: about 2 months ago
JSON representation

using ifaceinfo and docker modules the module can provide the connexion of container virtual network card to the virtual card in the host machine.

Awesome Lists containing this project

README

        

# dockerifaces

collect network interconnect information between host and containers (gest)

### Requires
this package require 'docker' and 'ifaceinfo', this tow package are installed automatically when you install dockerifaces

### How to use it
#### install
```python
pip install dockerifaces
```

#### import
```python
from dockerifaces import DockerInterfaces
_containersNetworks = DockerInterfaces()
```