Andrea Luzzardi 108f4ebe06 integration: Rename vars to helpers.
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2015-03-06 11:42:43 -08:00
2015-03-02 17:11:09 -08:00
2015-02-26 10:54:50 +00:00
2015-02-27 14:17:02 -08:00
2015-02-03 01:53:01 +00:00
2014-11-18 23:04:11 +00:00
2014-11-18 21:47:00 +00:00
2015-02-02 18:20:41 +00:00
2014-12-07 00:54:19 +00:00
2015-02-27 14:20:37 -08:00
2015-01-16 01:47:38 +00:00
2015-01-26 23:41:56 +00:00
2014-12-03 11:47:55 +01:00
2015-02-27 14:20:37 -08:00
2015-02-27 14:20:37 -08:00
2015-02-09 11:01:23 -08:00

Swarm: a Docker-native clustering system Build Status

Docker Swarm Logo

Docker Swarm is native clustering for Docker. It turns a pool of Docker hosts 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, of course, the Docker client itself.

Like other Docker projects, Swarm follows the "batteries included but removable" principle. It ships with a simple scheduling backend out of the box, and as initial development settles, an API will develop to enable pluggable backends. The goal is to provide a smooth out-of-box experience for simple use cases, and allow swapping in more powerful backends, like Mesos, for large scale production deployments.

Installation and documentation

Full documentation is available here.

Development installation

You can download and install from source instead of using the Docker image.

Ensure you have golang and git client installed (e.g. apt-get install golang git on Ubuntu). You may need to set $GOPATH, e.g mkdir ~/gocode; export GOPATH=~/gocode.

The install swarm binary to your $GOPATH directory.

go get -u github.com/docker/swarm

From here, you can follow the instructions in the main documentation, replacing docker run swarm with just swarm.

Participating

We welcome pull requests and patches; come say hi on IRC, #docker-swarm on freenode.

Creators

Andrea Luzzardi

Victor Vieux

Code and documentation copyright 2014-2015 Docker, inc. Code released under the Apache 2.0 license.

Docs released under Creative commons.

Description
No description provided
Readme Apache-2.0 883 MiB
Languages
Markdown 97.3%
HTML 1.7%
CSS 0.4%
JavaScript 0.2%
Go 0.1%