Forked from brianbianco/gist:cb8a9f73a39ed1f42934
Last active
August 29, 2015 14:07
-
-
Save bruth/cf918798014e35d4d615 to your computer and use it in GitHub Desktop.
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
boot2docker down | |
boot2docker destroy | |
curl http://static.dockerfiles.io/boot2docker-v1.2.0-virtualbox-guest-additions-v4.3.14.iso > ~/.boot2docker/boot2docker.iso | |
boot2docker init | |
VBoxManage sharedfolder add boot2docker-vm -name home -hostpath /Users | |
boot2docker up | |
boot2docker ssh "sudo modprobe vboxsf && sudo mkdir -v -p /Users && sudo mount -v -t vboxsf -o uid=0,gid=0 home /Users" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment