Skip to content

Commit

Permalink
Remove set -e so that temporary containers get cleared up
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeNyland committed Mar 10, 2017
1 parent ee598d1 commit 7d1ec28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-diff
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# docker-diff alpine:3.4 alpine:3.5
#

set -e

CONTAINER_A_ID=$(docker create $1 /bin/sh)
CONTAINER_B_ID=$(docker create $2 /bin/sh)

Expand Down

0 comments on commit 7d1ec28

Please sign in to comment.