You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to share a volume between containers, and between a container and a host user. How should I go with this?
I heard --userns=auto is the secure way, but it seems to assign different UID for the user, screwing the permission of the file. Can I have as secure environment while sharing specific, designated volume?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to share a volume between containers, and between a container and a host user. How should I go with this?
I heard
--userns=auto
is the secure way, but it seems to assign different UID for the user, screwing the permission of the file. Can I have as secure environment while sharing specific, designated volume?Beta Was this translation helpful? Give feedback.
All reactions