build(Makefile): add help text for clean-images
This commit is contained in:
parent
0ecb342e8f
commit
61fb8b7ea9
5
Makefile
5
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user