mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Reformats source text to proper widths
This commit is contained in:
parent
8afb0abbee
commit
c9432cf51a
1 changed files with 17 additions and 10 deletions
|
@ -22,20 +22,27 @@ Amazon QuickStart
|
||||||
|
|
||||||
1. **Choose an image:**
|
1. **Choose an image:**
|
||||||
|
|
||||||
* Launch the `Create Instance Wizard` <https://console.aws.amazon.com/ec2/v2/home?#LaunchInstanceWizard:> menu on your AWS Console
|
* Launch the `Create Instance Wizard`
|
||||||
* Select "Community AMIs" option and serch for ``amd64 precise`` (click enter to search)
|
<https://console.aws.amazon.com/ec2/v2/home?#LaunchInstanceWizard:> menu on
|
||||||
* 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/> )
|
your AWS Console
|
||||||
* 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.
|
|
||||||
|
* Select "Community AMIs" option and serch for ``amd64 precise`` (click enter
|
||||||
|
to search)
|
||||||
|
|
||||||
|
* 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/> )
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2. **Tell CloudInit to install Docker:**
|
2. **Tell CloudInit to install Docker:**
|
||||||
|
|
||||||
* Enter ``#include https://get.docker.io`` into the instance *User
|
* Enter ``#include https://get.docker.io`` into the instance *User Data*.
|
||||||
Data*. `CloudInit <https://help.ubuntu.com/community/CloudInit>`_
|
`CloudInit <https://help.ubuntu.com/community/CloudInit>`_ is part of the
|
||||||
is part of the Ubuntu image you chose and it bootstraps from this
|
Ubuntu image you chose and it bootstraps from this *User Data*.
|
||||||
*User Data*.
|
|
||||||
|
|
||||||
3. After a few more standard choices where defaults are probably ok, your
|
3. After a few more standard choices where defaults are probably ok, your AWS
|
||||||
AWS Ubuntu instance with Docker should be running!
|
Ubuntu instance with Docker should be running!
|
||||||
|
|
||||||
**If this is your first AWS instance, you may need to set up your
|
**If this is your first AWS instance, you may need to set up your
|
||||||
Security Group to allow SSH.** By default all incoming ports to your
|
Security Group to allow SSH.** By default all incoming ports to your
|
||||||
|
|
Loading…
Add table
Reference in a new issue