|
I am migrating an application from Docker to Podman. In Docker, my application used the root Docker daemon with remaps for I ran containers as root from a privileged user, again relying on the rootful daemon. Thanks to dockremap, the containers ran in user namespaces, with UIDs and GIDs being remapped. From some research, I understood that Podman handles things differently by supporting either completely rootless containers or DIY user-defined namespaces for rootful containers. That was my understanding until I discovered this: when I set I don’t have any user named Is this the same behavior we get from Docker with dockremap? Is the containers user in Podman equivalent to dockremap in Docker? If so, why doesn’t it appear in my /etc/passwd file? |
Replies: 1 comment
|
Yes the Quoting the documentation:
|
Yes the
containersuser is similar todockremapin docker.Quoting the documentation: