【Docker】退出容器和進入容器

運行容器:docker run -it 鏡像名 /bin/bashhtml

退出容器:docker

exitbash

或者rest

Ctrl+P+Qhtm

查看容器:docker ps -ablog

查看運行的容器:docker psget

重啓容器:docker restart 容器IDit

重啓容器後進入交互式:docker start -i 5c6ce895b979容器

進入容器:docker attach 容器IDim

               docker exec -it 容器ID /bin/bash 

 

 

參考資料:http://www.javashuo.com/article/p-zjuwbxrq-hq.html

相關文章
相關標籤/搜索