#!/bin/bash [[ -z $1 ]] && echo image? && exit 1 image=$1 docker run -d --name train-shuffle --hostname train-shuffle $image