我正在跟踪本指南,但是一旦运行了apt更新,我就会得到以下错误:
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 7EA0A9C3F273FCD8The repository 'https://download.docker.com/linux/debian bullseye InRelease' is not signed.任何帮助都是非常感谢的!
发布于 2022-05-31 12:07:56
您还可以确保gpg文件为所有用户所读。我的不是和改变许可解决了问题,如官方安装指南!
发布于 2022-07-25 07:51:29
为了补充马库斯的回答:
确保通过以下命令正确设置权限:
sudo chmod a+rx /etc/apt/keyrings
sudo chmod a+r /etc/apt/keyrings/docker.gpghttps://unix.stackexchange.com/questions/680151
复制相似问题