mirror of
https://github.com/coltoneshaw/CS-Repro-Mattermost.git
synced 2025-12-23 10:01:30 +01:00
make nuke not remove images
This commit is contained in:
6
Makefile
6
Makefile
@@ -68,6 +68,10 @@ delete-data: stop delete-dockerfiles
|
|||||||
|
|
||||||
nuke:
|
nuke:
|
||||||
@echo "Nuking Docker..."
|
@echo "Nuking Docker..."
|
||||||
@docker-compose down --rmi all --volumes --remove-orphans
|
@docker-compose down --volumes --remove-orphans
|
||||||
@make delete-data
|
@make delete-data
|
||||||
|
|
||||||
|
nuke-rmi:
|
||||||
|
@echo "Nuking Docker with images..."
|
||||||
|
@docker-compose down --rmi all --volumes --remove-orphans
|
||||||
|
@make delete-data
|
||||||
|
|||||||
Reference in New Issue
Block a user