mirror of
https://github.com/containers/podman.git
synced 2026-03-19 07:08:38 -04: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>