临时记载
作者:互联网
这里写自定义目录标题
在Ubuntu系统上安装docker时出现gpg: 找不到有效的 OpenPGP 数据的报错
解决方案:
wget https://download.docker.com/linux/ubuntu/gpg
sudo apt-key add gpg
对于原版的ubuntu系统加载 docker 证书地址和命令
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
标签:linux,sudo,临时,gpg,apt,记载,ubuntu,docker 来源: https://blog.csdn.net/u013586767/article/details/116563965