随笔分类 - Devops
维护
摘要:##获取拥有的镜像 1.docker images REPOSITORY:镜像仓库源 TAG:镜像的标签版本号 IMAGE ID:镜像ID CREATED:该镜像创建的时间 SIZE:大小 ##查询镜像 docker search 镜像名称 --limit 5 显示5条 2.docker searc
阅读全文
摘要:1.yum -y install gcc2.yum -y install gcc-c++3.yum -y install yum-utils##阿里云镜像4.yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux
阅读全文