Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files Browse the repository at this point in the history
Force image removal
Chris Bynum committed Jul 29, 2016
1 parent 3abbdbf commit 280ddaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cleanup_and_stop.sh
@@ -3,7 +3,6 @@
source common.sh .

echo "Cleaning up Docker image($maintainer/$imagename)"
docker rmi $maintainer/$imagename >> /dev/null
docker rmi -f $maintainer/$imagename >> /dev/null

exit 0

0 comments on commit 280ddaf

Please sign in to comment.