-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Cannot remove mounting of /Users on OS X #586
Comments
Something like "boot2docker --vbox-share=disable up" should do the trick. |
@dekz no, the share is re-created by |
Is this something that can be improved with profiles in the cli as a setting? Instead of having to remember to disable on every |
First, @tianon sorry about that, sure the documentation was there in Adding this to the profile might be good. I think it should default to not sharing |
yeah - there's a bug where flags that are in the driver are not in the profile - I tried to fix it in 1.2.0, and several things went wobbly. - needs someone to spend some careful time. |
Indeed, I also tried to find an easy fix to that very issue today, and came |
I hit this issue today and it was surprising and annoying. I deleted the share and it popped up again. Apparently by design. I would like a flag / way to tell the tool, "Yes, I really really really am ok with not helping me out with sharing my entire home directory. Stop doing it". |
+1 same here. |
+1 |
This has been said in different issues (like #534) discussing not being able to add volumes in OS X, mounting a top level folder like /Users… is a bad idea. Now it's been done as a forced workaround that barely works, i.e see #581. This exposes anything and everything under /Users such as all SSH keys, GPG and everything else under users' home folders. All users'.
Ok, it lets you mount the folder you're working on as a data volume, and we all want that, and I'm sure #581 will be fixed. But not being able to even remove or disable the mounting of /Users is just… fitting dot on the i on this long running issue.
Let me quote @SvenDowideit from #284 "Boot2Docker needs to be safe for users that will never know what the risks are".
And now users that do know, can't do anything about it apparently. (Ok ok, I did get the "Users" share's path changed to /tmp and that seems to stick…). And the hacky workaround still doesn't work.
Sorry about the rant. I'll go grab a banana and watch some TV or something…
The text was updated successfully, but these errors were encountered: