Yevgeniy Brikman
Yevgeniy Brikman
This seems like a good idea. My only concern is that it can be a bit tricky to implement without lots or copy/paste due to bash's lack of proper data...
Please run docker-osx-dev with the debug flag and paste the full output here. Thanks!
Both docker-osx-dev, and vboxsf, copy the files into the exact same path on the VM. That way, docker's normal volume mounting options (`-v`) actually work, since docker itself runs in...
If you enter `yes`, it should unmount the folders using the [umount_vboxsf_mounted_folder function](https://github.com/brikis98/docker-osx-dev/blob/master/src/docker-osx-dev#L337), including logging each folder it is unmounting. Are you seeing that log output? To set that value...
Seems similar to #102. Probably a path somewhere isn't quoted. PRs welcome :)
We do have experimental support for docker-machine, as explained in the [README](https://github.com/brikis98/docker-osx-dev#docker-machine-support). At some point, we should make that the default, though that would be a backwards incompatible change. Perhaps...
Did you follow the [docker-machine docs](https://github.com/brikis98/docker-osx-dev#docker-machine-support)?
If you run `docker ps -a` and `docker images`, you'll get a list of all the containers and images on your system, all of which are also stored in VirtualBox...
Hm, that could be. Not sure how to change that with `tar` either. Did you not have the same issue with this same folder before `tar` was introduced and we...
The script probably could do that for the boot2docker use case. I'm not sure what would be the equivalent for the docker-machine use case. PRs are welcome :)