Created
May 10, 2016 15:05
-
-
Save bgadrian/d123f54c4b0b6e3108940398ea65d092 to your computer and use it in GitHub Desktop.
run vm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-add | |
VBoxHeadless --startvm "box-dev-debian"& | |
sleep 5 | |
mkdir -p /Volumes/dev-box | |
sudo mount -t nfs -o resvport,rw 192.168.56.101:/var/www /Volumes/dev-box |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment