#!/bin/sh
set -e
docker build -t docker-machine .
exec docker run --rm $* docker-machine ./script/run-integration-tests