dockerifaces

Use this package to find the virtual network of container -> connected to which virtual host network


Keywords
docker, network, interface, route, tcp, udp, analyser, development, analyses, container, diagnostics, diagram, interconnection, networking
License
MIT
Install
pip install dockerifaces==0.2.8

Documentation

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

pip install dockerifaces

import

from dockerifaces import DockerInterfaces
_containersNetworks = DockerInterfaces()