From b6bff0cbb15535b3d1bc991b975c3df35061aa83 Mon Sep 17 00:00:00 2001 From: Joe Van Dyk Date: Fri, 2 Aug 2013 15:10:57 -0700 Subject: [PATCH] Update amazon.rst to explain that Vagrant is not necessary for running Docker on ec2 --- docs/sources/installation/amazon.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/sources/installation/amazon.rst b/docs/sources/installation/amazon.rst index 59896bb63c..2b5d8423ce 100644 --- a/docs/sources/installation/amazon.rst +++ b/docs/sources/installation/amazon.rst @@ -5,10 +5,14 @@ Amazon EC2 ========== +This page explains how to setup and run an Amazon EC2 instance from your local machine. +Vagrant is not necessary to run Docker on EC2. You can follow the :ref:`ubuntu_linux` instructions +installing Docker on any EC2 instance running Ubuntu + Please note this is a community contributed installation path. The only 'official' installation is using the :ref:`ubuntu_linux` installation path. This version may sometimes be out of date. - - + + Installation ------------ @@ -89,4 +93,4 @@ Docker can now be installed on Amazon EC2 with a single vagrant command. Vagrant docker -Continue with the :ref:`hello_world` example. \ No newline at end of file +Continue with the :ref:`hello_world` example.