#!/bin/bash if [[ $DOCKER ]]; then docker build -t img misc/docker/$DOCKER docker run --privileged -v $PWD:/outside img else tox -e $TESTENV fi