From a55f4fc36e3b577e5df4a7e43aec06bf17a72f11 Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Wed, 25 Mar 2015 17:08:55 -0700 Subject: [PATCH] Remove Flynn from potential users in docs Flynn doesn't use the Docker API. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 5189d834cb..4c67616d77 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ into a single, virtual host. Swarm serves the standard Docker API, so any tool which already communicates with a Docker daemon can use Swarm to transparently scale to multiple hosts: -Dokku, Compose, Krane, Flynn, Deis, DockerUI, Shipyard, Drone, Jenkins... and, +Dokku, Compose, Krane, Deis, DockerUI, Shipyard, Drone, Jenkins... and, of course, the Docker client itself. Like other Docker projects, Swarm follows the "batteries included but removable"