Docker|Docker use notes

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

    推荐阅读