adamant-kite-43734
06/05/2023, 7:35 PMjolly-forest-99711
06/05/2023, 10:44 PMtoolbx
or distrobox
(I'm not sure if those work for macOS, but I'm sure there are alternatives.
Maybe the -u
argument to docker run
would be useful to you?agreeable-tailor-88876
06/06/2023, 10:55 AMdocker run -u
didn’t seem to affect the mounts, just the user I run the container as. And kinda went down the path of setfacl
that several posts mentioned, but wasn’t getting anywhere with the time I could give it.
Maybe a possible solution is to copy the directories/files I want to mount to the /tmp/rancher-desktop
directory which appears to be mounted to the VM rancher is running, but assign ownership/permissions in that directory based on the target container uid/gid.jolly-forest-99711
06/06/2023, 4:19 PM