diff --git a/test/setup.sh b/test/setup.sh index e5e9edad37..71df8c29f3 100755 --- a/test/setup.sh +++ b/test/setup.sh @@ -12,6 +12,8 @@ echo "Copying weave images, scripts, and certificates to hosts, and" echo " prefetch test images" for HOST in $HOSTS; do docker_on $HOST load -i ../weave.tar + DANGLING_IMAGES="$(docker_on $HOST images -q -f dangling=true)" + [ -n "$DANGLING_IMAGES" ] && docker_on $HOST rmi $DANGLING_IMAGES run_on $HOST mkdir -p bin upload_executable $HOST ../bin/docker-ns upload_executable $HOST ../weave