摘要:
#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 阅读全文
posted @ 2020-07-17 20:33
Jello
阅读(8856)
评论(0)
推荐(0)
摘要:
答: 加-k参数,如 $ curl -k 阅读全文
posted @ 2020-07-17 19:55
Jello
阅读(3483)
评论(0)
推荐(0)
摘要:
答:安装apt-transport-https即可 $ sudo apt install -y apt-transport-https 阅读全文
posted @ 2020-07-17 18:48
Jello
阅读(3661)
评论(0)
推荐(0)