Skip to content

Commit

Permalink
3rdparty/bootstrap: kill any running bootstrap containers before rm
Browse files Browse the repository at this point in the history
Change-Id: Id36226f121d4a75adc4799ae6cd8cddff2149b10
  • Loading branch information
kallisti5 committed Nov 20, 2018
1 parent 2d0c3dd commit c5287be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 3rdparty/docker/bootstrap/Makefile
@@ -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:
Expand Down

0 comments on commit c5287be

Please sign in to comment.