1. 首页
  2. 数据库
  3. 其它
  4. Ubuntu安装指定版本的docker

Ubuntu安装指定版本的docker

上传者: 2021-01-16 14:01:42上传 PDF文件 23.59KB 热度 22次
直接安装: sudo apt-get install docker-ce=18.03.0~ce-0~ubuntu 报错: E: Version '18.03.0~ce-0~ubuntu' for 'docker-ce' was not found 执行下面四条命令: sudo apt-get update sudo apt-get install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gp
用户评论