Set `uid/gid` for inside Docker
lissyx opened this issue · 0 comments
lissyx commented
Currently, the Docker hardcodes using uid/gid 999/999. This makes usage of a mountpoint a bit painful since the content might not be owned by the user running Docker.
Adding a build arg for that would make usage smoother.