mirror of
https://github.com/containers/podman.git
synced 2025-12-03 11:49:18 +08:00
If I enter a continer with --userns keep-id, my UID will be present inside of the container, but most likely my user will not be defined. This patch will take information about the user and stick it into the container. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>