Closed jcarvin closed 7 years ago
Neat! Good setup instructions, please add that to the README. Maybe separate them out, "Running Docker" and "Running Docker in Vagrant" ??
That rebase went... weird. (I'm not sure how to fix - I have a pretty big distrust of all but the most simple rebasing)
can you branch off master, and git cherry-pick
your (4) commits from the vagrant_setup
branch into the new branch? Make the one change I wanted, do another PR, we'll close this one.
Else I'm worried we'd have my commits repeated, which will look weird in the history...
Oh man. Yeah I'll get it fixed up asap. Sorry about that.
Replaced this branch with vagrant
3bec715
I Set up a Vagrant machine so that I can run Docker on Windows without Hyper-V.
Setup
First
cd
into the projects root directory and runvagrant up
. The first time you run this command may take a minute or two.When it's finished building the machine, run
vagrant ssh
.Tips from inside the machine
vagrant rsync-auto
logout
, and runvagrant provision
. When that has finished runvagrant ssh
and docker should be working fine.