mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #1801 from vcoisne/master
Add step to docker installation using vagrant (Mac, Linux)
This commit is contained in:
commit
f0cdbaa6c8
1 changed files with 7 additions and 1 deletions
|
@ -37,7 +37,13 @@ Spin it up
|
||||||
|
|
||||||
git clone https://github.com/dotcloud/docker.git
|
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
|
.. code-block:: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue