Merge pull request #2144 from shamrin/patch-5

document what `vagrant up` is actually doing
This commit is contained in:
Andy Rothfusz 2013-10-09 17:42:37 -07:00
commit 0367032bd1
1 changed files with 1 additions and 3 deletions

View File

@ -53,9 +53,7 @@ Spin it up
* Download the 'official' Precise64 base ubuntu virtual machine image from vagrantup.com * Download the 'official' Precise64 base ubuntu virtual machine image from vagrantup.com
* Boot this image in virtualbox * Boot this image in virtualbox
* Add the `Docker PPA sources <https://launchpad.net/~dotcloud/+archive/lxc-docker>`_ to /etc/apt/sources.lst * Follow official :ref:`ubuntu_linux` installation path
* Update your sources
* Install lxc-docker
You now have a Ubuntu Virtual Machine running with docker pre-installed. You now have a Ubuntu Virtual Machine running with docker pre-installed.