
在Ubuntu上安装特定版本的Docker
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
本教程详细介绍了如何在Ubuntu操作系统中安装指定版本的Docker,帮助用户轻松完成软件环境配置。
直接安装:`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
```
全部评论 (0)
还没有任何评论哟~


