Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix bug podman reset to not remove $XDG_RUNTIME_DIR | Qi Wang | 2020-03-05 |
| | | | | | | In some older systems we point the temporary directory to /run/user/1000 which leads podman system reset to clear unrelated files under XDG_RUNTIME_DIR. This patch only removes files created by podman if TmpDir is the same as the XDG_RUNTIME_DIR. Signed-off-by: Qi Wang <qiwan@redhat.com> | ||
* | Add podman system reset command | Daniel J Walsh | 2019-11-29 |
This command will destroy all data created via podman. It will remove containers, images, volumes, pods. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> |