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
When podman commands result in errors, we don't have much logging information. An easy improvement to make is to unwrap the exec.ExitError from the error object and log the stdout/stderr from the process
The text was updated successfully, but these errors were encountered:
When podman commands result in errors, we don't have much logging information. An easy improvement to make is to unwrap the
exec.ExitError
from the error object and log the stdout/stderr from the processThe text was updated successfully, but these errors were encountered: