Add sharing support for linux#344
Add sharing support for linux#344pirog wants to merge 1 commit intoboot2docker:masterfrom kalabox:pirog-sharesonlinux
Conversation
We are actually using the boot2docker-cli for the linux version of the Kalabox2 project. Would be great to just add this small piece in to get shares happening via boot2docker up/down instead of with an extra VBoxManage command on the Kalabox side.
|
Visually, this looks fine, and this would definitely improve cross-platform support. |
|
I am not %100 sure if linux is what go returns for the platform detection but wanted to throw this up quick for a read on the desire to do something like this. if people are into it id be more than happy to compile the b2d binary and give it a test run. |
|
mmm, I'm not sure this will work. when you have and they will not get what they think they should get. I think the way to get this to work will involve something more like only sharing the user's home dir, and mounting into Note that this may well be functional using the boot2docker version in master today, as we've updated to use a 64 bit userspace - so the vbox tools may work. see https://github.com/SvenDowideit/boot2docker/releases/tag/x64rc1 for a version of the iso to use to test :) @pirog @fluxsauce @pirog |
|
Agree that it is def confusing so if we could mount the specific user directory vs the entire home folder as proposed that would be better. We are currently doing the For the linux flavor of the Kalabox project but we are managing all the docker things so your concern hasn't been an issue. Obviously we should do something that is a superset of our specific use case which is also a +1 for your proposal. |
|
Sorry, this repository is long-since deprecated in favor of Docker Toolbox (whose usage is now also discouraged in favor of Docker for Windows and Docker for Mac). |
We are actually using the boot2docker-cli for the linux version of the Kalabox2 project. Would be great to just add this small piece in to get shares happening via boot2docker up/down instead of with an extra VBoxManage command on the Kalabox side.