-
It's failed to execute this command insde another container:
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
First you should not need --cap-add=SYS_ADMIN sysctl: cannot stat /proc/sys/kernel/unprivileged_userns_clone: No such file or directory This looks like something in the kernel is not compiled correctly. |
Beta Was this translation helpful? Give feedback.
-
I also tried with
Then you mean an issue in the kernel of my host, right? By removing
|
Beta Was this translation helpful? Give feedback.
-
Does podman work on the rocky8 system at all, when you log in as a non-root user? time="2025-01-13T15:07:37Z" level=warning msg="Using rootless single mapping into the namespace. This might break some images. Check /etc/subuid and /etc/subgid for adding sub*ids if not using a network user" Indicates that newuidmap is not seeing entries for the Does the following commands work, and get you closer?
|
Beta Was this translation helpful? Give feedback.
-
@giuseppe PTAL |
Beta Was this translation helpful? Give feedback.
-
On my Fedora 41 system, this works fine.
|
Beta Was this translation helpful? Give feedback.
Your inside of a container and the container does not have UID 100000 mapped, would be my guess.