concordia-docker/getContainerBash.sh

4 lines
67 B
Bash
Executable File

#!/bin/bash
sudo docker start $1
sudo docker exec -it $1 /bin/bash