From 37df1d92d8d2b167bb90bb82c086b947371d7497 Mon Sep 17 00:00:00 2001 From: Alexey Shamrin Date: Wed, 9 Oct 2013 15:05:09 +0400 Subject: [PATCH] document what `vagrant up` is actually doing * don't mention outdated PPA that Vagrantfile doesn't use * point to official Ubuntu installation instructions that Vagrant appears to be following; should be future proof --- docs/sources/installation/vagrant.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/sources/installation/vagrant.rst b/docs/sources/installation/vagrant.rst index 3d7faf515e..94efcb0d47 100644 --- a/docs/sources/installation/vagrant.rst +++ b/docs/sources/installation/vagrant.rst @@ -53,9 +53,7 @@ Spin it up * Download the 'official' Precise64 base ubuntu virtual machine image from vagrantup.com * Boot this image in virtualbox - * Add the `Docker PPA sources `_ to /etc/apt/sources.lst - * Update your sources - * Install lxc-docker + * Follow official :ref:`ubuntu_linux` installation path You now have a Ubuntu Virtual Machine running with docker pre-installed.