#!/bin/bash [[ -z $1 ]] && echo instance? && exit 1 instance=$1 docker exec -ti $instance /bin/bash