https://dockerlux.github.io/pdf/cheat-sheet-v2.pdf
docker ps -a
docker start -i containername
You can run -docker exec -it <container> bash
from multiple terminals to launch several sessions connected to the same container.
https://dockerlux.github.io/pdf/cheat-sheet-v2.pdf
docker ps -a
docker start -i containername
You can run -docker exec -it <container> bash
from multiple terminals to launch several sessions connected to the same container.