随笔分类 - docker
摘要:一、镜像操作 1.拉取镜像 # docker pull tomcat # docker pull tomcat:8.0.21-jre8 # docker pull 192.168.220.150:5000/tomcat:latest 2.查看镜像 # docker images # docker i
阅读全文
摘要:1.查找Docker Hub上的tomcat镜像 # docker search tomcat 2.拉取官方的镜像 # docker pull tomcat 提示:Using default tag: latest Usage: docker pull [OPTIONS] NAME[:TAG|@DI
阅读全文