You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
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.
If it is not possible to determine the owner of the rootfs, do not fail
the entire `list` operation, just mark the container owner field with a
question mark.
Fixesclearcontainers#906.
Signed-off-by: James O. D. Hunt <[email protected]>
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 entirelist
command.See #902.
The text was updated successfully, but these errors were encountered: