From a5a182087dc239e9ba427b20972e9d32433f48c3 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Thu, 26 Feb 2015 10:53:29 +0000 Subject: [PATCH] Add warning about not using in prod Signed-off-by: Ben Firshman --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index b45b9f4aff..42e9f549ba 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,8 @@ page_keywords: docker, machine, virtualbox, digitalocean, amazonec2 # Docker Machine -> **Note**: Machine is currently in beta. Features are likely to change. +> **Note**: Machine is currently in beta, so things are likely to change. We +> don't recommend you use it in production yet. Machine makes it really easy to create Docker hosts on your computer, on cloud providers and inside your own data center. It creates servers, installs Docker