Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change exit code to 1 on podman rmi nosuch image | Daniel J Walsh | 2019-02-25 |
| | | | | | | | | Make it easy for scripts to determine if an image removal failure. If only errors were no such image exit with 1 versus 125. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> | ||
* | make remote-client error messaging more robust | baude | 2019-02-22 |
the remote-client is currently weak for carrying error messages over the varlink interface and displaying something useful to users and developers for the purposes of debug. this is a starting point to improve that user experience. Signed-off-by: baude <bbaude@redhat.com> |