-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/Volumes isn't mounted #4
Comments
|
I think /Volumes/Macintosh HD should be mounted - and non-conflicting root links to /Applications /Library etc should be added/included
|
(my container didn't contain |
Why would you want access to Did you have anything in |
only |
I made the necessary changes in switch, but still unable to mount |
The underlying issue is that any directory that exists in |
Test case is simple: |
…tainer. Ideally, this would mount /Applications as well but it's turning up empty in the container. Perhaps boot2docker is getting in the way? Also, looks like external drives are mounted in the container as read only. see #4 Signed-off-by: Anurag Priyam <[email protected]>
It is indeed The workaround is as below, using
Mounting And so does switch: I'm not sure how to best incorporate the solution in switch. I will document this in the readme for now. Would be great if boot2docker dealt with this auto-magically. |
I think it is safe to suppose that boot2docker will solve this in the future.
|
Does Docker's "machine" solves this? Should we switch from boot2docker to "machine" in the short term? |
docker-machine doesn't seem to solve this. Not automagically. |
(actually the directory doesn't even exist)
on my mac - not visible in /mnt either.
The text was updated successfully, but these errors were encountered: