参见关于版本命名https://docs.docker.com/install/的说明的链接
我的理解是它使用YY.mm。例如18.09.0
因此,我将按照以下步骤安装ubuntu:https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-ce-1
在3b中,它给出了一个安装特定版本的示例:
docker-ce=18.03.0~ce-0~ubuntu
sudo apt-get install docker-ce=<VERSION>`
所以我就这么做:
sudo apt-get install docker-ce=18.09.0~ce-0~ubuntu
并获取
Version '18.09.0~ce-0~ubuntu' for 'docker-ce' was not found
所以检查我必须安装的缓存
5:18.09.0~3-0~ubuntu-bionic
5是关于什么的?
https://stackoverflow.com/questions/53669694
复制相似问题