Skip to content

Commit

Permalink
Small fix for network test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wilkie committed Apr 14, 2015
1 parent 2018905 commit c409b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/network/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eux

docker rm $(docker ps -a -q)
docker rm $(docker ps -a -q) || true
CONTAINER=$(docker create ubuntu)
NETWORK=$(docker net create --driver=noop)
docker net plug $CONTAINER $NETWORK
Expand Down

0 comments on commit c409b71

Please sign in to comment.