8 ms·
QQ, aren't the created files owned by root?
by ORioN63 6y ago
QQ, aren't the created files owned by root?
- mike-cardwell 6y agoNope. I'm using podman rather than docker so they're owned by the user that runs the script. The root user isn't involved. If I were using docker, I'd add `-u "$(id -u):$(id -g)"` to the docker args to deal with that issue.