Adr*_*der 2 raspberry-pi raspbian
按照此处概述的命令,我无法在运行raspbian buster的Raspberry PI 4上安装docker。
以下是我依次尝试的命令:
1) apt-get update
2) apt-get install apt-transport-https ca-certificates software-properties-common
3)
add-apt-repository \
"deb https://apt.dockerproject.org/repo/ \
raspbian-$(lsb_release -cs) \
main"
Run Code Online (Sandbox Code Playgroud)
运行以上命令后,我尝试运行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.
Run Code Online (Sandbox Code Playgroud)
我尝试将apt存储库配置直接附加到/etc/apt/sources.list以下项目(一次添加):
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
Run Code Online (Sandbox Code Playgroud)
我注意到apt信息库还没有男管家部分。
我认为对此的支持还为时过早,但是可以通过添加以下内容解决此问题:
deb [arch=armhf] https://download.docker.com/linux/raspbian stretch edge
到/etc/apt/sources.list。
| 归档时间: |
|
| 查看次数: |
656 次 |
| 最近记录: |