Skip to content

Commit

Permalink
Clearer explanation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Solomon Hykes committed Dec 3, 2014
1 parent ecd2508 commit 5eb3346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Swarm: a clustering system that speaks the Docker API
## Swarm: a Docker-native clustering system

![Docker Swarm Logo](logo.png?raw=true "Docker Swarm Logo")

`swarm` is a simple tool which can control all machines in your distributed system using a variety of backend adaptors, and exposes it on a single, unified endpoint.
`swarm` is a simple tool which controls a cluster of Docker hosts and exposes it as a single "virtual" host.

`swarm` uses the standard Docker API as its frontend, which means any tool which speaks Docker can control swarmd transparently: dokku, fig, krane, flynn, deis, docker-ui, shipyard, drone.io, Jenkins... and of course the Docker client itself.

Expand Down

0 comments on commit 5eb3346

Please sign in to comment.