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?
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?