在sudo apt-get update上找不到用于拉伸发布的Docker软件包

时间:2018-12-14 19:24:28

标签: docker apt stretch crostini

我已按照教程https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-repository

添加了存储库

但是当我运行sudo apt-get update时,我得到了以下堆栈

Ign:9 https://download.docker.com/linux/ubuntu stretch/stable amd64 Packages
Ign:10 https://download.docker.com/linux/ubuntu stretch/stable all Packages
Ign:12 https://download.docker.com/linux/ubuntu stretch/stable Translation-en
Ign:13 https://download.docker.com/linux/ubuntu stretch/stable Translation-en_US
Err:9 https://download.docker.com/linux/ubuntu stretch/stable amd64 Packages
  404  Not Found
Ign:10 https://download.docker.com/linux/ubuntu stretch/stable all Packages
Ign:12 https://download.docker.com/linux/ubuntu stretch/stable Translation-en
Ign:13 https://download.docker.com/linux/ubuntu stretch/stable Translation-en_US
Reading package lists... Done
W: The repository 'https://download.docker.com/linux/ubuntu stretch Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://download.docker.com/linux/ubuntu/dists/stretch/stable/binary-amd64/Packages  404  Not Found`

我的/etc/apt/sources.list如下

deb http://deb.debian.org/debian stretch main
deb http://security.debian.org/debian-security stretch/updates main
deb [arch=amd64] https://download.docker.com/linux/ubuntu stretch stable
# deb-src [arch=amd64] https://download.docker.com/linux/ubuntu stretch stable

1 个答案:

答案 0 :(得分:5)

Ubuntu没有stretch。您可能点击了文档上的错误链接。将ubuntu文件URL中的sources.list替换为debian,就像您使用的是debian机器一样。