runtime
runtime copied to clipboard
list command should show owner name, or uid on error
The list
command currently always shows the UID of the owner of the rootfs provided for the container. However, runc
shows the user name by default. If it is unable to show the user name, it will show the UID instead.
We should provide the same behaviour.