Docker use notes

2018-03-25  本文已影响0人  sherrysack

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.

上一篇 下一篇

猜你喜欢

热点阅读