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 8bf14a539c
commit 3db66fc281

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: