mirror of https://github.com/docker/docs.git
Merge pull request #2772 from bitoiu/patch-3
Change to documentation for AWS AMI request
This commit is contained in:
commit
e2dcfc2cf7
|
@ -22,12 +22,10 @@ Amazon QuickStart
|
||||||
|
|
||||||
1. **Choose an image:**
|
1. **Choose an image:**
|
||||||
|
|
||||||
* Open http://cloud-images.ubuntu.com/locator/ec2/
|
* Launch the `Create Instance Wizard` <https://console.aws.amazon.com/ec2/v2/home?#LaunchInstanceWizard:> menu on your AWS Console
|
||||||
* Enter ``amd64 precise`` in the search field (it will search as you
|
* Select "Community AMIs" option and serch for ``amd64 precise`` (click enter to search)
|
||||||
type)
|
* If you choose a EBS enabled AMI you will be able to launch a `t1.micro` instance (more info on `pricing` <http://aws.amazon.com/en/ec2/pricing/> )
|
||||||
* Pick an image by clicking on the image name. *An EBS-enabled
|
* When you click select you'll be taken to the instance setup, and you're one click away from having your Ubuntu VM up and running.
|
||||||
image will let you use a t1.micro instance.* Clicking on the image
|
|
||||||
name will take you to your AWS Console.
|
|
||||||
|
|
||||||
2. **Tell CloudInit to install Docker:**
|
2. **Tell CloudInit to install Docker:**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue