From ef5ea7821f4fcd31f284ee8a38bdf1a3010a57dd Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Wed, 29 Jun 2016 11:27:24 -0700 Subject: [PATCH] Removes confusing instructions from docs --- install-sandbox.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/install-sandbox.md b/install-sandbox.md index bc632e2fa7..e24bf13980 100644 --- a/install-sandbox.md +++ b/install-sandbox.md @@ -62,20 +62,12 @@ commands for you environment. ## Step 2. Verify the prerequisites -Because Docker Engine and UCP both rely on Linux-specific features, you can't -run natively in Mac or Windows. Instead, you must install the Docker Toolbox -application. The application installs a VirtualBox Virtual Machine (VM), the -Docker Engine itself, and the Docker Toolbox management tool. These tools enable -you to run Engine CLI commands from your Mac OS X or Windows shell. +This example requires that you have: -Your Mac must be running OS X 10.8 "Mountain Lion" or higher to perform this -procedure. To check your Mac OS X version, see the Docker Engine getting started on Mac. +* Docker Engine +* Docker Machine -On Windows, your machine must have a 64-bit operating system running -Windows 7 or higher. Additionally, you must make sure that virtualization is -enabled on your machine. For information on how to check for virtualization, see the Docker Engine getting started on Windows. - -If you haven't already done so, make you have installed Docker Toolbox on your local Mac OS X or Windows machine. After a successful installation, continue to the next step. +If you don't have those components, start by [installing them](/toolbox/overview.md). ## Step 3. Provision hosts with Engine