Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 410 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 410 Bytes

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()