2020 Centos8 更新国内yum源

使用方法:

cd /etc/yum.repos.d/
rm -f CentOS-Base.repo CentOS-AppStream.repo CentOS-PowerTools.repo CentOS-centosplus.repo 
curl -o CentOS-Base.repo https://raw.githubusercontent.com/hackyoMa/docker-centos/8/CentOS-Base.repo
yum makecache

清华大学开源镜像站地址:

https://github.com/hackyoMa/docker-centos/blob/8/CentOS-Base.repo

 

镜像加速源地址

名称 镜像下载地址 帮助文档地址
清华大学 https://mirrors.tuna.tsinghua.edu.cn/centos/ https://mirrors.tuna.tsinghua.edu.cn/help/centos/
中国科学技术大学 http://mirrors.ustc.edu.cn/centos/ https://mirrors.ustc.edu.cn/help/centos.html
阿里云开发者 https://mirrors.aliyun.com/centos/ https://developer.aliyun.com/mirror/centos?spm=a2c6h.13651102.0.0.3e221b11pe9tZ0

重置缓存。

sudo yum makecache

安装软件,本文示例为htop何sysstat。

sudo yum install htop sysstat

你可能感兴趣的:(docker)