fedora25安装和docker-ce_清华源

docker-ce_清华源

https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/fedora/

fedora25 docker-ce版本:

https://docs.docker.com/install/linux/docker-ce/fedora/#install-docker-ce

dnf -y install dnf-plugins-core
dnf config-manager 
    --add-repo 
    https://download.docker.com/linux/fedora/docker-ce.repo


#修改国内源(只改第一段)
https://mirrors.tuna.tsinghua.edu.cn

#检查docker服务是否启动

systemctl list-unit-files | grep docker
docker.service enabled
hddocker.service disabled

 
原文地址:https://www.cnblogs.com/nulige/p/9085111.html