start a docker container, into a bash prompt
#!/bin/sh # Assuming an Ubuntu Docker image or similar with bash # here $1 is the name of the docker container to run docker run -it $1 /bin/bash