摘要:
#1. 更新docker的版本到大于或等于19.03 1.1 x86下如何更新docker? $ sudo apt install -y apt-transport-https $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | s 阅读全文
摘要:
答: 加-k参数,如 $ curl -k 阅读全文
摘要:
答:安装apt-transport-https即可 $ sudo apt install -y apt-transport-https 阅读全文