Commit Graph

2 Commits

Author SHA1 Message Date
Santhosh Manohar 38d455a4b3 Add network inspect -v to the support script
Signed-off-by: Santhosh Manohar <santhosh@docker.com>
2017-05-11 15:04:28 -07:00
Daniel Hiltgen d3ce2488d9 Simple support script to gather libnetwork info
This script gathers some basic information from a system that might
be useful to help troubleshoot problems.  If added into an image
including the proper binaries, running looks something like this:

    docker run --rm \
        -v /var/run/docker.sock:/var/run/docker.sock \
        -v /var/run/docker/netns:/var/run/docker/netns \
        --privileged --net=host nwsupport /bin/support

Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com>
2016-08-23 14:19:33 -07:00