Replies: 1 comment
|
This should be handled by the MicroSandbox workspace mount policy rather than by making the container UID literally match the host UID. First check For the workspace, Devsy’s current defaults are:
Stat virtualization is what makes host-created files appear with usable guest ownership instead of literal
and recreate the sandbox. If you want mirroring, instead fix the creator’s umask inside the dev container (normally Do not combine |
Uh oh!
There was an error while loading. Please reload this page.
Right now I am running into an issue where if I create a file in the dev container (using microsandbox as backend), it will show in my local directory as 600 instead of 644.
Additionally, when I have a container running, if I create a file/folder in my local directory, the container will see it as root:root.
Is it possible to correct these?
All reactions