curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
报错:
gpg: can‘t connect to the agent: IPC connect call failed
解决方法:
apt remove gpg apt install gnupg1
ubuntu docker相关错误记录
原文:https://www.cnblogs.com/dreamydeng/p/12889892.html