This repository was archived by the owner on Apr 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
chown mounted directories #48
Comments
They shouldn't be root user by default, should be the same uid as whatever they are on the host. For single user systems, this should be seamless. |
Docker volume mounts ignore user specification
…On Sat, Apr 20, 2019 at 5:01 PM Anmol Sethi ***@***.***> wrote:
They shouldn't be root user by default, should be the same uid as whatever
they are on the host.
For single user systems, this should be seamless.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#48 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABYSSUHUANNGLAFOTPL3JR3PROHB5ANCNFSM4HHKG7PA>
.
--
Ammar Bandukwala
Co-founder and CTO
|
it ignores the --user flag for |
It's been my experience that the created intermediate directories are owned by root |
That is true and highly unfortunate. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Mounted dirs will use the root user by default. After mounting we need to
chown
The text was updated successfully, but these errors were encountered: