Remove image on stop

remove the image when you stop the container
This commit is contained in:
Steven Bunkley
2017-11-21 15:06:21 -06:00
parent ca1806aa1d
commit 17bb3c4848

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: