Merge pull request #379 from vegasbrianc/master

added netshoot @Docker network troubleshooter
This commit is contained in:
Julien Bisconti 2017-07-11 11:05:42 +02:00 committed by GitHub
commit e5c02ba23e

View File

@ -307,6 +307,7 @@ Services to securely store your Docker images.
## Networking
* [Calico-Docker](https://www.projectcalico.org/getting-started/docker/) - Calico is a pure layer 3 virtual network that allows containers over multiple docker-hosts to talk to each other.
* [Flannel](https://github.com/coreos/flannel/) - Flannel is a virtual network that gives a subnet to each host for use with container runtimes. By [@coreos][coreos]
* [netshoot](https://github.com/nicolaka/netshoot) - The netshoot container has a powerful set of networking tools to help troubleshoot Docker networking issues by [@nicolaka](https://github.com/nicolaka)
* [Weave][weave] (The Docker network) - Weave creates a virtual network that connects Docker containers deployed across multiple hosts.
## PaaS