From f5b7066a9c7311eeba802fe72a9e83938c8e89e5 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Thu, 6 Nov 2014 18:50:24 +0100 Subject: [PATCH] Adding orchestration tool: Serf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac6c0e3..f2a1c98 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge * [Ansible - manage docker containers](http://docs.ansible.com/docker_module.html) * [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".) +* [Serf](https://github.com/hashicorp/serf)Service orchestration and management tool. by [@hashicorp](https://github.com/hashicorp) ### Networking