几个月前,我曾尝试安装docker cloud,但我将其删除。现在我已经从Jessie更新到Debian Stretch了,当我通过"apt-get update“更新时,我得到了这个错误,我不知道如何解决它。有人能帮上忙吗?谢谢!
sudo apt-get update
Get:1 http://debian.mirrors.ovh.net/debian stretch-updates InRelease
Ign:2 http://debian.mirrors.ovh.net/debian stretch InRelease
Get:3 http://repo.cloud.docker.com/ubuntu dockercloud InRelease [1,383 B]
Get:4 http://debian.mirrors.ovh.net/debian stretch Release
Hit:5 https://deb.nodesource.com/node_6.x jessie InRelease
Hit:6 https://apt.dockerproject.org/repo debian-stretch InRelease
Hit:7 http://security.debian.org stretch/updates InRelease
Ign:8 http://download.draios.com/stable/deb stable-amd64/ InRelease
Hit:9 http://download.draios.com/stable/deb stable-amd64/ Release
Ign:3 http://repo.cloud.docker.com/ubuntu dockercloud InRelease
Fetched 203 kB in 0s (247 kB/s)
Reading package lists... Done
W: GPG error: http://repo.cloud.docker.com/ubuntu dockercloud InRelease: The following signatures were invalid: 278FE7333CFF7F8B60B677E85DD27147EF170D1C
W: The repository 'http://repo.cloud.docker.com/ubuntu dockercloud InRelease' is not signed.
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.发布于 2017-07-08 06:47:19
W: GPG error: http://repo.cloud.docker.com/ubuntu dockercloud InRelease: The following signatures were invalid: 278FE7333CFF7F8B60B677E85DD27147EF170D1C
W: The repository 'http://repo.cloud.docker.com/ubuntu dockercloud InRelease' is not signed.实际上,这是一个警告,而不是一个错误。似乎在你的SourcesList中的某个地方(例如/etc/apt/Soures.list)你仍然有一个docker代码库。
$ sudo grep -w "docker.com" /etc/apt/*.*将显示docker的url在哪里。如果您不再需要它,只需注释此行。
好吧,如果你还需要docker,这个link可能会很有帮助。
https://stackoverflow.com/questions/44733329
复制相似问题