📌  相关文章
📜  ubuntu 20.04 上的 rancher 2 - Shell-Bash 代码示例

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

代码示例1
sudo apt-get -y 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 $(lsb_release -cs) stable"
sudo apt-get -y install docker-ce