07 2021 档案

摘要: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 自动侠 阅读(72) 评论(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 自动侠 阅读(76) 评论(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 自动侠 阅读(57) 评论(0) 推荐(0)
摘要:带宽计算 https://www.jisuan.mobi/vmbN3HNb6BHuUPxy.html 子网掩码计算器 https://www.sojson.com/convert/subnetmask.html Mac地址查看厂商 https://mac.bmcx.com/ 查看出口IP地址 cur 阅读全文
posted @ 2021-07-24 17:30 自动侠 阅读(103) 评论(0) 推荐(0)
摘要:操作手册 https://esofar.github.io/cnblogs-theme-silence/#/guide 操作步骤 申请CSS、JS修改权限,进入博客设置 将以下内容复制到页面定制 CSS 代码 https://cdn.jsdelivr.net/gh/esofar/cnblogs-th 阅读全文
posted @ 2021-07-20 09:08 自动侠 阅读(213) 评论(1) 推荐(0)