摘要: docker ps 查看当前正在运行的容器 docker ps -a 查看所有容器的状态 docker start/stop id/name 启动/停止某个容器 docker attach id 进入某个容器(使用exit退出后容器也跟着停止运行) docker exec -ti id 启动一个伪终 阅读全文
posted @ 2018-09-12 11:14 变换 阅读(143) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/824066d70da8 https://www.jianshu.com/p/fe8c89a781a3 https://www.jianshu.com/p/453c6e7ff81c 原理解析 https://blog.csdn.net/column 阅读全文
posted @ 2018-09-12 09:06 变换 阅读(131) 评论(0) 推荐(0) 编辑