github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/uidmap.pod.md (about) 1 ####> This option file is used in: 2 ####> podman pod clone, pod create 3 ####> If file is edited, make sure the changes 4 ####> are applicable to all of those. 5 #### **--uidmap**=*container_uid:from_uid:amount* 6 7 Run all containers in the pod in a new user namespace using the supplied mapping. This 8 option conflicts with the **--userns** and **--subuidname** options. This 9 option provides a way to map host UIDs to container UIDs. It can be passed 10 several times to map different ranges.