The container should support running under any user · Issue #65 · clux/muslrust (original) (raw)
For example using
$ docker run --user $(id -u)
to get binaries on host not owned by root messes up paths and so on. I wonder if we can 777 all permissions for cargo inside of the container and set up environment variables not to depend on which users runs it. In other words, $HOME should be either fixed or not matter