summaryrefslogtreecommitdiff
path: root/libnetwork/support/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "bridge fdb show" hang issueSu Wang2019-09-261-0/+1
| | | | | | | | | | The output of "bridge fdb show" command invoked under a network namespace is unpredicable. Sometime it returns empty, and sometime non-stop rolling output. This perhaps is a bug in kernel and/or iproute2 implementation. To work around, display fdb for each bridge. Signed-off-by: Su Wang <su.wang@docker.com>
* Add auto update to support.shFlavio Crisciani2018-06-201-36/+6
| | | | | | | Before running the support script try to fetch the latest version Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
* Create support as a containerFlavio Crisciani2018-06-201-0/+49
Containerize support.sh Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>