2017-06-24 3 views
0

私は数ヶ月前にドッカークラウドをインストールしようとしましたが、削除しました。今私はJessieからDebian Stretchにアップデートしました。私は "apt-get update"でアップデートして、このエラーを解決し、解決方法はわかりません。誰か助けてもらえますか?ありがとう!Debian Stretch upgrade:まだインストールされていないdockerクラウド、まだaptリスト

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. 

答えて

1
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/sources.list)あなたはまだドッカーレポを持っています。

$ sudo grep -w "docker.com" /etc/apt/*.* 

は、どこにドッカーのURLが表示されます。これ以上必要ない場合は、この行をコメントしてください。

ドッカーがまだ必要な場合は、linkが役に立ちます。

関連する問題