# Executing docker install script, commit: 39040d838e8bcc48c23a0cc4117475dd15189976
+ sh -c apt-get -qq update >/dev/null
E: The repository 'http://security.debian.org bullseye/updates Release' does not have a Release file.
W: GPG error: https://download.docker.com/linux/debian bullseye InRelease: The following signatu res couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8
E: The repository 'https://download.docker.com/linux/debian bullseye InRelease' is not signed. 作者: 握草 时间: 2024-9-30 17:51
# Executing docker install script, commit: 39040d838e8bcc48c23a0cc4117475dd15189976
+ sh -c apt-get -qq update >/dev/null
E: The repository 'http://security.debian.org bullseye/updates Release' does not have a Release file.
W: GPG error: https://download.docker.com/linux/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8
E: The repository 'https://download.docker.com/linux/debian bullseye InRelease' is not signed. 作者: 这是小号 时间: 2024-9-30 17:56
可以正常安装啊,你是用的官方一键脚本吗作者: NetAnt 时间: 2024-9-30 18:22
后台重装一个debian12作者: ymcoming 时间: 2024-9-30 20:01
用官方脚本安装不了,原因看了一下是官方脚本先有一个添加docker源的步骤,写在了这里:
/etc/apt/sources.list.d/docker.list ,然后理论上apt update后,就能安装了。