mirror of https://github.com/docker/docs.git
commit
5d43f2edd3
|
@ -28,9 +28,6 @@ principle. As initial development settles, an API will develop to enable
|
||||||
pluggable backends. This means you can swap out the scheduling backend
|
pluggable backends. This means you can swap out the scheduling backend
|
||||||
Docker Swarm uses out-of-the-box with a backend you prefer. Swarm's swappable design provides a smooth out-of-box experience for most use cases, and allows large-scale production deployments to swap for more powerful backends, like Mesos.
|
Docker Swarm uses out-of-the-box with a backend you prefer. Swarm's swappable design provides a smooth out-of-box experience for most use cases, and allows large-scale production deployments to swap for more powerful backends, like Mesos.
|
||||||
|
|
||||||
> **Note**: Swarm is currently in BETA, so things are likely to change. We
|
|
||||||
> don't recommend you use it in production yet.
|
|
||||||
|
|
||||||
## Understand swarm creation
|
## Understand swarm creation
|
||||||
|
|
||||||
The first step to creating a swarm on your network is to pull the Docker Swarm image. Then, using Docker, you configure the swarm manager and all the nodes to run Docker Swarm. This method requires that you:
|
The first step to creating a swarm on your network is to pull the Docker Swarm image. Then, using Docker, you configure the swarm manager and all the nodes to run Docker Swarm. This method requires that you:
|
||||||
|
|
|
@ -23,7 +23,7 @@ You install Docker Swarm on a single system which is known as your Docker Swarm
|
||||||
* have Docker Engine 1.6.0+ installed
|
* have Docker Engine 1.6.0+ installed
|
||||||
* open a TCP port to listen for the manager
|
* open a TCP port to listen for the manager
|
||||||
|
|
||||||
You can run Docker Swarm on Linux 64-bit architectures. You can also install and run it on 64-bit Windows and Max OSX but these architectures are *not* regularly tested for compatibility in the BETA phase.
|
You can run Docker Swarm on Linux 64-bit architectures. You can also install and run it on 64-bit Windows and Max OSX but these architectures are *not* regularly tested for compatibility.
|
||||||
|
|
||||||
Take a moment and identify the systems on your network that you intend to use. Ensure each node meets the requirements listed above.
|
Take a moment and identify the systems on your network that you intend to use. Ensure each node meets the requirements listed above.
|
||||||
|
|
||||||
|
|
|
@ -15,9 +15,6 @@ weight=9
|
||||||
You use Docker Swarm to host and schedule a cluster of Docker containers. This section introduces you to Docker Swarm by teaching you how to create a swarm
|
You use Docker Swarm to host and schedule a cluster of Docker containers. This section introduces you to Docker Swarm by teaching you how to create a swarm
|
||||||
on your local machine using Docker Machine and VirtualBox.
|
on your local machine using Docker Machine and VirtualBox.
|
||||||
|
|
||||||
Remember, Docker Swarm is currently in BETA, so things are likely to change. We
|
|
||||||
don't recommend you use it in production yet.
|
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
Make sure your local system has VirtualBox installed. If you are using Mac OS X
|
Make sure your local system has VirtualBox installed. If you are using Mac OS X
|
||||||
|
|
Loading…
Reference in New Issue