Running rootless Podman as a non-root user | Enable Sysadmin - 0 views
-
By default, rootless Podman runs as root within the container.
-
the processes in the container have the default list of namespaced capabilities which allow the processes to act like root inside of the user namespace
-
the directory is owned by UID 26, but UID 26 is not mapped into the container and is not the same UID that Postgres runs with while in the container.
- ...8 more annotations...