How can I install Podman in HPC cluster #18225
Replies: 2 comments 4 replies
-
I am also looking for a way to do this. The problem is the admin seems to have removed /etc/subuid and /etc/subgid and I don't think there is a way to get around that without asking the admin to change it. @Zihe33Huang - as far as Podman goes, you could compile it from source locally but even that assumes you have the right packages. In total, it seems like the initial install is going to have to be done by an admin. |
Beta Was this translation helpful? Give feedback.
-
You can install it by compiling everything, including dependencies, from source. Using packages is optional, although much more convenient... But maintaining the subuid tables requires admin support, otherwise you are stuck with one user per container (and "ignore_chown_errors") |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature request description
I want to do experiments on an HPC cluster, but I can't install Podman without sudo, is there any good way to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions