Add step to docker installation using vagrant (Mac, Linux)

Upstream-commit: ad04cacd28da1557324b8ad6fb53b7284e8bf866
Component: engine
This commit is contained in:
Victor Coisne
2013-09-04 17:47:18 -07:00
parent f646963f0f
commit 9ce0173846

View File

@ -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