Replies: 9 comments 1 reply
-
Thanks for reaching out, @octavei. Podman is technically capable of running on Android but I do not know of an effort in that space yet. Cc: @containers/podman-maintainers |
Beta Was this translation helpful? Give feedback.
-
I thought I remembered someone from community playing with it, but I can not find it now. |
Beta Was this translation helpful? Give feedback.
-
If you can help find this project or tutorial, I would really appreciate it. I now need to run containers in my phone, but I don't really know much about podman's technical implementation. |
Beta Was this translation helpful? Give feedback.
-
The major roadblock is that typically phone kernels don't have proper support for cgroups, namespaces, overlayfs etc. So a patched custom kernel would be required to run podman natively, severely limiting availability. IMO a more viable approach would be to use a minimal vm/kernel with unprivileged qemu for legacy devices (probably too slow) and rootless pKVM for android 13+ devices like the Pixel 7. (related but outdated info) You could tinker with qemu in termux for now. |
Beta Was this translation helpful? Give feedback.
-
A friendly reminder that this issue had no activity for 30 days. |
Beta Was this translation helpful? Give feedback.
-
I think this is more of a discussion than an issue. |
Beta Was this translation helpful? Give feedback.
-
Question: does Podman require root (sudo/superuser) access ? |
Beta Was this translation helpful? Give feedback.
-
I was able to run containers in Android using podman. I used a custom kernel (but stock ROM) with minimum changes. |
Beta Was this translation helpful? Give feedback.
-
any guide for non-rooted devices? |
Beta Was this translation helpful? Give feedback.
-
Feature request description
I want to use podman in an Android environment. But I can't find the tutorial. It's great if podman is friendly enough to support use in an Android environment.
Suggest potential solution
A clear and concise description of what you want to happen.
Have you considered any alternatives?
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions