mirror of
https://github.com/containers/podman.git
synced 2026-01-29 00:11:42 -05:00
If an integer is passed into the --user flag, i.e --user=1234 don't look up the user in /etc/passwd, just assign the integer as the uid. Signed-off-by: umohnani8 <umohnani@redhat.com> Closes: #652 Approved by: mheon