Merge pull request #11 from ankushagarwal/patch-1

Add Weave under Networking sections
This commit is contained in:
Julien Bisconti 2014-11-05 07:46:22 +01:00
commit e8959ff581

View File

@ -164,6 +164,10 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge
* [Launch Docker container on Mesos](https://mesosphere.com/learn/launch-docker-container-on-mesosphere/) (Docker plus Mesosphere provides an easy way to automate and scale deployment of containers in a production environment.) * [Launch Docker container on Mesos](https://mesosphere.com/learn/launch-docker-container-on-mesosphere/) (Docker plus Mesosphere provides an easy way to automate and scale deployment of containers in a production environment.)
* [Marathon](https://mesosphere.github.io/marathon/docs/) (Marathon is a private PaaS built on Mesos. It automatically handles hardware or software failures and ensures that an app is "always on".) * [Marathon](https://mesosphere.github.io/marathon/docs/) (Marathon is a private PaaS built on Mesos. It automatically handles hardware or software failures and ensures that an app is "always on".)
### Networking
* [Weave] (https://github.com/zettio/weave) (The Docker network) -- Weave creates a virtual network that connects Docker containers deployed across multiple hosts.
### Service Discovery ### Service Discovery
* [docker-consul](https://github.com/progrium/docker-consul) by [@progrium](https://github.com/progrium) * [docker-consul](https://github.com/progrium/docker-consul) by [@progrium](https://github.com/progrium)