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

 

 

 

相关文章:

  • 2021-12-01
  • 2021-08-18
  • 2022-12-23
  • 2021-09-20
  • 2021-07-27
  • 2021-06-10
  • 2022-02-07
  • 2021-08-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2021-07-08
  • 2021-11-15
相关资源
相似解决方案