摘要: 1. 下载安装器 下载地址:SourceForge 这里使用 Installer,也可以直接下载压缩包 2. 开始安装 运行安装器【mingw-w64-installer.exe】 Version: 版本号,根据需求选择,无特殊需求默认即可 Architecture: 系统架构,64 位选择 x86 阅读全文
posted @ 2021-09-07 20:05 Icaurs 阅读(334) 评论(0) 推荐(0)
摘要: 1. 下载 docker-compose 可执行程序 # 【https://github.com/docker/compose/releases】可以在 Github 上查询合适的版本下载 curl -L "https://github.com/docker/compose/releases/dow 阅读全文
posted @ 2021-09-07 01:45 Icaurs 阅读(45) 评论(0) 推荐(0)
摘要: 1. 配置依赖环境 yum -y install yum-utils device-mapper-persistent-data lvm2 2. 配置镜像源 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux 阅读全文
posted @ 2021-09-07 01:36 Icaurs 阅读(41) 评论(0) 推荐(0)
摘要: centos7 1. 备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak 2. 换源 # 阿里源 wget -O /etc/yum.repos.d/CentOS-Base.repo https:/ 阅读全文
posted @ 2021-09-07 01:26 Icaurs 阅读(75) 评论(0) 推荐(0)