-
Notifications
You must be signed in to change notification settings - Fork 290
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
User folder can't be mounted if C drive isn't shared #10
Comments
We are using CIFS/SMB to share the host file system with the container and that requires authentication. Unfortunately, this means that the user has to explicitly enable sharing as documented in the getting started guide: |
Wouldn't it be enough to share a specific folder? instead of the whole drive? |
@alebianco the sharing is a one-time setup. Otherwise we'd have to pop up the sharing prompt for each |
ok, i see. it's just that sharing a whole drive when i just need a folder it's a lot. I thought it would be possible to share just the specific folders, and have it done automatically during installation, like it's done on mac (and i guess linux). thanks anyway :) |
We are actively looking into other solutions to make the experience more aligned with Docker for Mac. It's a significant development effort |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
Folders in the user's space can be mounted in a container without additional configurations.
Folder is mounted with cifs filesystem
Actual behavior
Mounted folders turns out to be empty unless the C drive is shared
Folder is mounted with tmpfs filesystem
Information
90E72802-EF07-4D06-8B68-EC91E23CDBBE/2016-07-29_20-12-28
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: