3rdparty/bootstrap: kill any running bootstrap containers before rm

Change-Id: Id36226f121d4a75adc4799ae6cd8cddff2149b10
This commit is contained in:
Alexander von Gluck IV 2018-11-19 20:08:48 -06:00
parent 2d0c3dd649
commit c5287be1f3
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
default:
docker build . -t docker.io/haiku/bootstrap
clean:
docker ps -q --filter=ancestor=docker.io/haiku/bootstrap | xargs -I {} docker kill {}
docker ps -a -q --filter=ancestor=docker.io/haiku/bootstrap | xargs -I {} docker rm {}
docker volume rm bootstrap_work
init: