mirror of
https://review.haiku-os.org/haiku
synced 2025-01-18 12:38:51 +01:00
3rdparty/bootstrap: kill any running bootstrap containers before rm
Change-Id: Id36226f121d4a75adc4799ae6cd8cddff2149b10
This commit is contained in:
parent
2d0c3dd649
commit
c5287be1f3
1
3rdparty/docker/bootstrap/Makefile
vendored
1
3rdparty/docker/bootstrap/Makefile
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user