摘要: dockfile vim Dockerfile FROM centos 上一级别镜像 MAINTAINER xxx@sina.com 容器作者信息 ENV myCat=fluffy 设置环境变量信息 RUN ["./test.php", "dev", "offline"] 执行命令 RUN yum 阅读全文
posted @ 2021-07-28 14:22 自动侠 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 命令总结示意图 docker运行流程示意图 镜像命令 docker images 查看本地镜像 docker images centos REPOSITORY TAG IMAGE ID CREATED SIZE centos latest 300e315adb2f 7 months ago 209M 阅读全文
posted @ 2021-07-28 09:27 自动侠 阅读(43) 评论(0) 推荐(0) 编辑
摘要: YUM源配置 cp -a /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak wget -O /etc/yum.repos.d/CentOS-Base.repo https://repo.huaweiclou 阅读全文
posted @ 2021-07-28 09:04 自动侠 阅读(30) 评论(0) 推荐(0) 编辑