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

from multiple terminals to launch several sessions connected to the same container.

你可能感兴趣的:(Docker use notes)