runtime
runtime copied to clipboard
list should not fail on user lookup
Currently, if list
is unable to display the UID of the rootfs, it will error. However, we should probably be more tolerant and display a ?
to denote the inability to display the user rather than failing the entire list
command.
See #902.