varden
apt-get remove docker docker-engine docker.io
apt-get install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
apt-key fingerprint 0EBFCD88
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-get update
apt-cache madison docker-ce
apt-get install docker-ce
apt-get install docker-ce=<VERSION>
docker run hello-world
  • ubuntu 18.04 lts
apt-get install docker.io

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
  • 2021-10-19
  • 2021-07-31
  • 2022-01-18
猜你喜欢
  • 2021-12-23
  • 2022-12-23
  • 2021-07-28
  • 2022-12-23
  • 2021-08-03
  • 2021-04-09
  • 2022-01-25
相关资源
相似解决方案