brikis98 / docker-osx-dev

A productive development environment with Docker on OS X
http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/
MIT License
1.43k stars 106 forks source link

Update instructions #93

Open pencilcheck opened 9 years ago

pencilcheck commented 9 years ago

I noticed that my boot2docker by default automount /Users on the boot2docker-vm. This guide doesn't exactly enlightening that for existing boot2docker users they should destroy their vm and make sure to disable automount with command boot2docker up --vbox-share=disable

But I wonder if there is a way for the script to automatically detect that and provide commands to do that in one scoop?

brikis98 commented 9 years ago

The script should be checking for shared folders. See the code here. Did you not see that when you ran it?

pencilcheck commented 9 years ago

It does not. It got stuck on rsync trying to create folders from docker-compose.yml