Replies: 3 comments 7 replies
-
not sure how far you can go from a chroot. There are some kernel checks that just prevent doing some stuff (e.g. user namespaces) from such environment |
Beta Was this translation helpful? Give feedback.
-
i followed a tutorial https://ivonblog.com/en-us/posts/sony-xperia-5-ii-docker-kernel/
Maybe that's the problem? |
Beta Was this translation helpful? Give feedback.
-
Hi @seisdr, did you manage to make it work? |
Beta Was this translation helpful? Give feedback.
-
Issue Description
this is the chroot script i use on a ubuntu 23.10 base image
If i run this script i can chroot then when i run
podman run hello-world
I get
I'm trying to run it on an Android device , all the necessary kernel feature for docker/podman are present.
It's worth to mention this
remount /
error is the same error i get with dockerSteps to reproduce the issue
e
Describe the results you received
e
Describe the results you expected
Hello world
podman info output
Beta Was this translation helpful? Give feedback.
All reactions