UID mapping in a privileged container

Is there a guide somewhere on how to map UID in a privileged container? All the guides seem to only apply to unprivileged containers. I just need to swap UIDs for a shared mount.

This cannot be done. Privileged containers do not use the user namespace and so cannot get mappings.