diff --git a/Makefile b/Makefile index fddf45370..ce876dd5c 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,10 @@ clean: -rm -rf bin .Dockerfile develop -$(CONTAINER_COMMAND) container prune --force .PHONY: clean-images -clean-images: clean +# HELP: stop all running containers and clean all images from local repositories +clean-images: + rm -rf develop + sleep 5 -$(CONTAINER_COMMAND) system prune --all --force --volumes -$(CONTAINER_COMMAND) image prune --all --force -$(CONTAINER_COMMAND) volume prune --force