Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix handling of remove of bogus volumes, networks and Pods | Daniel J Walsh | 2020-09-29 |
| | | | | | | | | | | | | In podman containers rm and podman images rm, the commands exit with error code 1 if the object does not exists. This PR implements similar functionality to volumes, networks, and Pods. Similarly if volumes or Networks are in use by other containers, and return exit code 2. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> | ||
* | Update document formatting and packaging code | Jhon Honce | 2019-10-31 |
* Refactored code and Makefile to support new docs layout * Removed some old code packaging code * Add Readme.md to document what we're doing Signed-off-by: Jhon Honce <jhonce@redhat.com> Signed-off-by: baude <bbaude@redhat.com> |