标签:pos transport osi 更新 fss linu code star dock
1、更新源 sudo apt-get update 2、安装以下包以使apt可以通过HTTPS使用存储库(repository): sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common 3、添加Docker官方的GPG密钥: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 4、sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" 5、sudo apt-get update 6、安装最新版本的Docker CE: sudo apt-get install -y docker-ce 7、启动docker服务: sudo systemctl start docker
标签:pos transport osi 更新 fss linu code star dock
原文地址:https://www.cnblogs.com/osbreak/p/9704259.html