当前位置:   article > 正文

ubuntu18.04下升级/安装docker到最新(19)版本_中国18一19docker

中国18一19docker
关闭docker
sudo systemctl stop docker
  • 1
卸载旧版本:
sudo apt-get purge docker-ce
或
sudo apt-get remove docker docker-ce docker-io 
  • 1
  • 2
  • 3
安装新版本
sudo apt update
sudo apt upgrade
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"
apt-cache madison docker-ce
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

在这里插入图片描述

sudo apt install docker-ce=5:19.03.1~3-0~ubuntu-xenial
systemctl start docker
sudo systemctl start docker
sudo systemctl enable docker
sudo docker info
  • 1
  • 2
  • 3
  • 4
  • 5
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/码创造者/article/detail/776915
推荐阅读
相关标签
  

闽ICP备14008679号