Added note/link to Vagrant installation instructions
So I spent an hour or more trying to figure out why Docker did not install, turns out installing vagrant from the Linux distribution is a stupid idea. So hopefully a link will help prevent other people running into this problem.
This commit is contained in:
parent
be68cae5c2
commit
dd03a9f626
|
@ -15,6 +15,8 @@ Create a new directory, and download [this `Vagrantfile`](https://raw.githubuser
|
|||
|
||||
## Vagrant Setup
|
||||
|
||||
Note: To use the Vagrant Setup first install Vagrant following these instructions: https://www.vagrantup.com/docs/installation/
|
||||
|
||||
Once you have created a new directory and downloaded the `Vagrantfile`
|
||||
you must create the virtual machine:
|
||||
|
||||
|
|
Loading…
Reference in a new issue