Kyle-Falconer
8/17/2016 - 6:57 PM

start a docker container, into a bash prompt

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