Raspberry pi 无法在Raspberry Pi 4上安装docker

Raspberry pi 无法在Raspberry Pi 4上安装docker,raspberry-pi,raspbian,Raspberry Pi,Raspbian,按照概述的命令,我无法在运行raspbian buster的Raspberry PI 4上安装docker 以下是我按顺序尝试的命令: 1) apt获取更新 2) apt获取安装apt传输https ca证书软件属性通用 (三) 运行上述命令后,我尝试运行apt get update: root@raspberrypi:/home/pi# apt-get update Hit:1 http://archive.raspberrypi.org/debian buster InRelease Err

按照概述的命令,我无法在运行raspbian buster的Raspberry PI 4上安装docker

以下是我按顺序尝试的命令:

1)
apt获取更新

2)
apt获取安装apt传输https ca证书软件属性通用

(三)

运行上述命令后,我尝试运行
apt get update

root@raspberrypi:/home/pi# apt-get update
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Err:2 https://apt.dockerproject.org/repo raspbian-buster InRelease
  403  Forbidden [IP: 13.249.111.113 443]
Ign:3 https://download.docker.com/linux/raspbian 10 InRelease
Err:4 https://download.docker.com/linux/raspbian 10 Release
  404  Not Found [IP: 13.249.109.27 443]
Hit:5 http://raspbian.raspberrypi.org/raspbian buster InRelease
Reading package lists... Done
E: Failed to fetch https://apt.dockerproject.org/repo/dists/raspbian-buster/InRelease  403  Forbidden [IP: 13.249.111.113 443]
E: The repository 'https://apt.dockerproject.org/repo raspbian-buster InRelease' is not signed.
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.
E: The repository 'https://download.docker.com/linux/raspbian 10 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.
我尝试将apt存储库配置直接附加到
/etc/apt/sources中。使用以下项目列出
(一次一个):


我注意到apt存储库还没有butler部分

我认为对这一点的支持还为时过早,但我们通过添加以下内容解决了这个问题:

deb[arch=armhf]https://download.docker.com/linux/raspbian 拉伸边缘


/etc/apt/sources.list
我也遇到了同样的问题。卸载了enerything并尝试了几次

最后,我使用putty over ssh登录,并通过ssh控制台而不是Pi“控制台”本身(vnc)安装了它

它成功了。不知道为什么

(不记得了,也许我在更新后也重新启动了pi)

root@raspberrypi:/home/pi# apt-get update
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Err:2 https://apt.dockerproject.org/repo raspbian-buster InRelease
  403  Forbidden [IP: 13.249.111.113 443]
Ign:3 https://download.docker.com/linux/raspbian 10 InRelease
Err:4 https://download.docker.com/linux/raspbian 10 Release
  404  Not Found [IP: 13.249.109.27 443]
Hit:5 http://raspbian.raspberrypi.org/raspbian buster InRelease
Reading package lists... Done
E: Failed to fetch https://apt.dockerproject.org/repo/dists/raspbian-buster/InRelease  403  Forbidden [IP: 13.249.111.113 443]
E: The repository 'https://apt.dockerproject.org/repo raspbian-buster InRelease' is not signed.
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.
E: The repository 'https://download.docker.com/linux/raspbian 10 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.
https://apt.dockerproject.org/repo/ raspbian-buster main
deb https://apt.dockerproject.org/repo/ raspbian-buster main
deb https://apt.dockerproject.org/repo/ raspbian-jessie main
deb https://apt.dockerproject.org/repo/ debian-jessie main