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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
A very frequent test case is to be able to mount a local directory (say a git checkout, or $HOME) to expose parts of the host fs inside the machine.
There's one detail though, we are likely to want that, when writing files to that mount, we want to write them with the id, gid of the user of the host machine.
The text was updated successfully, but these errors were encountered:
A very frequent test case is to be able to mount a local directory (say a git checkout, or
$HOME
) to expose parts of the host fs inside the machine.There's one detail though, we are likely to want that, when writing files to that mount, we want to write them with the
id
,gid
of the user of the host machine.The text was updated successfully, but these errors were encountered: