2019年7月15日
摘要: 容器操作命令 1.搜索镜像 [cuiwen@localhost ~]$ docker search tomcat 2.拉取镜像 [cuiwen@localhost ~]$ docker pull tomcat 3.根据镜像启动容器 [cuiwen@localhost ~]$ docker run - 阅读全文
posted @ 2019-07-15 16:46 tripleWen 阅读(183) 评论(0) 推荐(0) 编辑