Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/atam84/dockerinterfaces
- Owner: atam84
- Created: 2018-05-12T19:31:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T16:35:02.000Z (over 6 years ago)
- Last Synced: 2024-11-19T00:49:42.243Z (2 months ago)
- Topics: analyses, container, diagnostics, diagram, docker, interconnection, networking
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()
```