Skip to content

Commit b651d49

Browse files
committed
clean: Remove all Podman containers and images
1 parent 530cc64 commit b651d49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clean.do

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# shellcheck shell=sh
22
# vi:et lbr noet sw=2 ts=2 tw=79 wrap
3-
# Copyright 2023 David Rabkin
3+
# Copyright 2023-2024 David Rabkin
4+
podman system prune --all --force && podman rmi --all --force
45
rm -f 1 clean lint test test_container

0 commit comments

Comments
 (0)