genuinetools / img

Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/
MIT License
3.89k stars 231 forks source link

Changing the root #169

Open cromefire opened 5 years ago

cromefire commented 5 years ago

it would be nice, if the --root flag would be implemented and/or --root is set to something like /tmp/$USER/runc (to avoid collision) by default (because /run/runc belongs to root).