1 #!/bin/bash
2 platform=${1?platform}; shift
3 docker run --hostname foo.site -i -t eximtest/$platform "$@"