#!/bin/bash CONTAINER=beremiz_sikuli_current docker start $CONTAINER docker exec -i -t $CONTAINER bash -i -c "do_tests $1" docker stop $CONTAINER