From b4005df16ae053811a95d18060172375a85cfc52 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Tue, 28 Jun 2016 17:35:52 -0700 Subject: [PATCH] Fixes broken link in docs --- applications/deploy-app-cli.md | 48 +--------------------------------- 1 file changed, 1 insertion(+), 47 deletions(-) diff --git a/applications/deploy-app-cli.md b/applications/deploy-app-cli.md index 5aaeccbe98..e4c4dfdece 100644 --- a/applications/deploy-app-cli.md +++ b/applications/deploy-app-cli.md @@ -61,55 +61,9 @@ the UCP client bundle for your UCP user. You should never deploy from the command-line while directly logged into a UCP node. The deploy on this page, requires that your local environment includes the following software: -* [Git](https://git-scm.com/) * Docker Engine * Docker Compose - -While not always the case, the expectation is your local environment is a -Windows or Mac machine. If your personal machine is a Linux machine that Docker -Engine supports, such a configuration works too. - -### Windows or Mac 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. Docker Toolbox installs: - -* Docker Machine for running `docker-machine` commands -* Docker Engine for running the `docker` commands -* Docker Compose for running the `docker-compose` commands -* Kitematic, the Docker GUI -* a Quickstart shell preconfigured for a Engine command-line environment -* Oracle VirtualBox - -These tools enable you to run Engine CLI commands from your Mac OS X or Windows -shell. - -Your Mac must be running OS X 10.8 "Mountain Lion" or higher to install Toolbox. -To check your Mac OS X version, see the Docker Engine -getting started on Mac. - -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. - -### About a Linux environment - -If your local environment is Linux, make sure you have installed the correct -Docker Engine for your Linux OS. Also, make sure you have installed Docker -Compose. +* Git ## Step 2. Get the client bundle and configure a shell