From 1671af4f28b2be2ff37980b81faa00c8ad6a5fc3 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 Upstream-commit: 37df1d92d8d2b167bb90bb82c086b947371d7497 Component: engine --- components/engine/docs/sources/installation/vagrant.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/engine/docs/sources/installation/vagrant.rst b/components/engine/docs/sources/installation/vagrant.rst index 3d7faf515e..94efcb0d47 100644 --- a/components/engine/docs/sources/installation/vagrant.rst +++ b/components/engine/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.