baylorqu
sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL http://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] http://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get install docker-ce

  

分类:

技术点:

相关文章:

  • 2021-12-15
  • 2021-11-18
  • 2022-12-23
  • 2021-12-15
  • 2021-12-04
  • 2022-01-03
  • 2021-08-07
  • 2021-12-04
猜你喜欢
  • 2022-02-07
  • 2022-12-23
  • 2022-01-25
  • 2021-08-06
  • 2021-12-05
相关资源
相似解决方案