-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
powerpc support #5
Comments
Hi Lukas, we have not built or tested Sarus outside of Linux x86-64, which is also the target architecture of the standalone archive we distribute on GitHub releases. Alberto |
this suggests cpprestsdk should also compile on power maybe it's worth looking into. Just to clarify, sarus is both daemon- and root-less? Lukas |
Sarus is indeed daemon-less, but requires root privileges to run containers, as detailed here. |
given that runc can run rootless, would there be a possible mode to run in rootless mode (say if we have an unpacked flat filesystem as a rootfs) |
It's not completely clear to me what's the use case you have in mind, could you please provide some more details? Regarding the mount of the rootfs, there is an ongoing effort of benchmarking Squashfuse to understand the performance implications of such feature when applied to HPC deployments. |
@lukasheinrich if you mean rootless in the sense of user namespaces / user mapping (being root in the container, but without being root outside of it), I've tried it here: #15 and it seems to work more or less, but cgroups are still an issue. |
Closing issue because the question was answered and there is no clear next action to do. Feel free to reopen with further clarifications if needed. |
Hi,
would sarus be expected to work on ppc64 machines, such as IBM HPCs? e.g. this docker image:
ppc64le/centos
Thanks,
Lukas
The text was updated successfully, but these errors were encountered: