As a non-root user, can I install and use enroot on HPC cluster?
Zihe33Huang opened this issue · 2 comments
I'd like to test performance of it on HPC cluster, but I can not use sudo command
You can compile and install enroot somewhere where you have permissions with DESTDIR
You won't be able to import docker images but you can do this on a system where you have root and copy the squashfs over.
Alternatively you can use an enroot bundle and copy this over to where you have limited permissions
You can compile and install enroot somewhere where you have permissions with
DESTDIR
You won't be able to import docker images but you can do this on a system where you have root and copy the squashfs over. Alternatively you can use an enroot bundle and copy this over to where you have limited permissions
Thank you, I will try!