diff --git a/docs/index.md b/docs/index.md index 5c626311fb..f57230f582 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 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 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: diff --git a/docs/install-manual.md b/docs/install-manual.md index 1394332d9e..24ac5070f1 100644 --- a/docs/install-manual.md +++ b/docs/install-manual.md @@ -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 * 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. diff --git a/docs/install-w-machine.md b/docs/install-w-machine.md index 5f37537535..93240c9c64 100644 --- a/docs/install-w-machine.md +++ b/docs/install-w-machine.md @@ -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 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 Make sure your local system has VirtualBox installed. If you are using Mac OS X