摘要:
dockfile vim Dockerfile FROM centos 上一级别镜像 MAINTAINER xxx@sina.com 容器作者信息 ENV myCat=fluffy 设置环境变量信息 RUN ["./test.php", "dev", "offline"] 执行命令 RUN yum 阅读全文
摘要:
命令总结示意图 docker运行流程示意图 镜像命令 docker images 查看本地镜像 docker images centos REPOSITORY TAG IMAGE ID CREATED SIZE centos latest 300e315adb2f 7 months ago 209M 阅读全文
摘要:
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 阅读全文