Remove image on stop

remove the image when you stop the container
main
Steven Bunkley 2017-11-21 15:06:21 -06:00
parent ca1806aa1d
commit 17bb3c4848
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ exec:
build: stop .FORCE
docker-compose build --force-rm
stop:
docker stop handson-ml || true
docker stop handson-ml || true; docker rm handson-ml || true;
.FORCE: