Firstly get the ID of the container you want to SSH into:
docker ps -a
Then you can run
docker exec -t -i mycontainer /bin/bash
Firstly get the ID of the container you want to SSH into:
docker ps -a
Then you can run
docker exec -t -i mycontainer /bin/bash