-
Notifications
You must be signed in to change notification settings - Fork 12
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
Podman support #406
Comments
Relates a bit to #405 as well. Podman uses the |
I have not heard of Podman before today but I imagine the answer is no. The celery container in Motuz needs to run as root and then "become" other users by using the |
Alright, cool. Podman is supposedly more secure by design so I guess podman support would be cool. It's also the default container software in the Red Hat os-family. But no big deal if this isn't on the roadmap. |
I'll give it a stab later this week, maybe it works fine. If Motuz doesn't need anything run as root then it should work without much hassle. |
Motuz as it stands currently definitely needs to run as root - at least the celery container does. It may be possible to refactor it to use a setuid binary or other workarounds but I do not expect it to work out of the box with podman and without root. |
What does the celery container do that requires root access? |
It runs as root because it kicks off copy jobs which run as logged in users. So if I log in as |
Ok, makes sense. That's less fun to run as non-root :) |
Does Motuz have support for Podman (the rootless version of docker, from Red Hat)?
The text was updated successfully, but these errors were encountered: