Skip to content
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

LCOW feature request: Custom file permissions on volume mounts for LCOW #37158

Closed
Ageraluon opened this issue May 26, 2018 · 1 comment
Closed
Labels
area/lcow Issues and PR's related to the experimental LCOW feature kind/enhancement Enhancements are not bugs or new features but can improve usability or performance. kind/experimental platform/desktop

Comments

@Ageraluon
Copy link

The largest limitation that I am facing using (non-LCOW) Docker for windows is that all files mounted to the moby vm via a volume are assigned UID 0 : GID 0 755 unix file permissions, which cannot be changed.
Since many linux docker projects involve processes that need file permissions to be changed, these projects cannot be run on a windows host without severe modifications - examples are the standard apache server, nextcloud or gitlab which change file permissions to special users created in the container and fail if they are not able to do so.

In (docker/for-win#2042), it was mentioned that while standard Docker for Windows uses CIFS mounts that are quite inflexible, the LCOW way of mounting host files into containers using 9p might have the potential to allow for much more flexible mapping. Is this correct, and is there any support for creating volume mounts with custom uid/gid/permission sets on the roadmap for LCOW development?

Thank you for any insight into this issue!

@thaJeztah thaJeztah added kind/enhancement Enhancements are not bugs or new features but can improve usability or performance. kind/experimental labels May 26, 2018
@thaJeztah thaJeztah added the area/lcow Issues and PR's related to the experimental LCOW feature label Oct 30, 2018
@thaJeztah
Copy link
Member

Closing this issue, because the experimental LCOW feature has been deprecated and removed in Docker 23.0 and up;

@thaJeztah thaJeztah closed this as not planned Won't fix, can't repro, duplicate, stale Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/lcow Issues and PR's related to the experimental LCOW feature kind/enhancement Enhancements are not bugs or new features but can improve usability or performance. kind/experimental platform/desktop
Projects
None yet
Development

No branches or pull requests

3 participants