【发布时间】:2017-10-29 02:24:33
【问题描述】:
我按照有关如何install Docker CE for Ubuntu 的说明进行操作。在我设置存储库,然后运行 sudo apt-get update 后,我收到以下错误:
Err:12 https://download.docker.com/linux/ubuntu artful Release
404 Not Found [IP: 2600:9000:201d:5000:3:db06:4200:93a1 443]
...
Reading package lists... Done
E: The repository 'https://download.docker.com/linux/ubuntu artful Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user
configuration details.
我使用的是 Ubuntu 17.10 (Artful Aardvark)
以下 Docker GPG 密钥已添加到我的 repo GPG 密钥文件/etc/apt/sources.list
deb [arch=amd64] https://download.docker.com/linux/ubuntu zesty stable
# deb-src [arch=amd64] https://download.docker.com/linux/ubuntu zesty stable
【问题讨论】:
标签: ubuntu docker installation apt-get gpg-signature