📌  相关文章
📜  读取状态信息...完成 E:无法找到包 docker-ce - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:02.860000             🧑  作者: Mango

代码示例1
sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"