From 509a246a27c82628f38382ef2b62f2037679dff0 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Thu, 26 Feb 2015 10:53:11 +0000 Subject: [PATCH] Add beta warning to docs Signed-off-by: Ben Firshman --- docs/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.md b/docs/index.md index 8a4d362233..5189d834cb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,6 +6,9 @@ page_keywords: docker, swarm, clustering # Docker Swarm +> **Note**: Swarm is currently in beta, so things are likely to change. We +> don't recommend you use it in production yet. + Docker Swarm is native clustering for Docker. It turns a pool of Docker hosts into a single, virtual host.