From 6f17105ee54b31f985a68a74cf4bf4a74eb60f7b Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Wed, 30 Sep 2015 13:58:44 -0700 Subject: [PATCH] remove BETA from docs Signed-off-by: Victor Vieux --- docs/index.md | 3 --- docs/install-manual.md | 2 +- docs/install-w-machine.md | 3 --- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5afd84a65c..ad793508a0 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 600ddcb0ab..eaf2a596c9 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 81e62bd25c..bf34aeca30 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