I installed podman on RHEL 7.6 and can run normal docker command with sudo
sudo podman run hello-world
Is there a way to run it without sudo, without using usernamespace (similar to adding your user to the docker
group when using regular docker
command)?
I understand that when run as a non-root user, podman uses usernamespace. But I am not able to enable/ setup suid on the machine (LDAP etc.)
Currently, when run as a non-root user, I get this
user namespaces are not enabled in /proc/sys/user/max_user_namespaces
ERRO[0000] cannot re-exec process