mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
![]() Previously, support script dumped the host iptables filter/nat tables, and each overlay network's network inspect and 'bridge fdb show' and 'brctl showmacs'. Now we collect much more information. Support script dumps iptables filter/nat/mangle, routes and interfaces from iproute2, bridge fdb table, & ipvsadm table, for the host and containers/overlay networks on the host. We also dump a redacted copy of the container health check status and other debugging information for each container, in JSON format, and 'docker network inspect -v' for each overlay, if the client/server support the -v flag. Signed-off-by: ada mancini <ada@docker.com> |
||
---|---|---|
libnetwork |