原文链接:https://mirrors.tuna.tsinghua.edu.cn/help/docker-ce/

sudo add-apt-repository \
   "deb [arch=amd64] https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/ubuntu \
   $(lsb_release -cs) \
   stable"
sudo apt update
sudo apt install docker-ce -y

相关文章:

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