From 9ce0173846e9023a8ffb75a36b8daa490d2e9566 Mon Sep 17 00:00:00 2001 From: Victor Coisne Date: Wed, 4 Sep 2013 17:47:18 -0700 Subject: [PATCH] Add step to docker installation using vagrant (Mac, Linux) Upstream-commit: ad04cacd28da1557324b8ad6fb53b7284e8bf866 Component: engine --- components/engine/docs/sources/installation/vagrant.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/components/engine/docs/sources/installation/vagrant.rst b/components/engine/docs/sources/installation/vagrant.rst index 14f5bf5cdd..05fb579d5e 100644 --- a/components/engine/docs/sources/installation/vagrant.rst +++ b/components/engine/docs/sources/installation/vagrant.rst @@ -37,7 +37,13 @@ Spin it up git clone https://github.com/dotcloud/docker.git -2. Run vagrant from the sources directory +2. Change directory to docker + + .. code-block:: bash + + cd docker + +3. Run vagrant from the sources directory .. code-block:: bash