Replies: 1 comment 3 replies
-
I have managed to get podman-in-podman to work. I modified the Dockerfile for podman:stable
Started the container with bash:
And commented the following lines in storage.conf:
podman info:
podman run logs:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm following the article:
https://www.redhat.com/sysadmin/podman-inside-kubernetes
With the recent release of RHEL 8.6 and supporting kernel overlay, I was wondering if I can get away with rootful podman in kubernetes without fuse.
Unfortunately, I was not able to get it to work. I can see the overlay driver
But podman reports no support, and I can't run any container.
Is there a configuration that I'm missing? or is this a limitation of kernel overlay?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions