Skip to content

Attempt a secure connection to an InCommon SSL site #6

9 commits merged into from Aug 2, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Force image removal
Chris Bynum committed Jul 29, 2016
commit 280ddaf44852963d85cfdd4b2808988a81efc28a
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