参考 : Docker 官网文档
1.更新 apt 包索引:
sudo apt-get update
2.安装包允许 apt 通过HTTPS使用存储库:
sudo apt-get install 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) edge test stable"
5.安装Docker
sudo apt-get install docker-ce
注意 : 执行到第 3 步需要注意的是需要将 hosts 文件修改一下
- 获取主机名
- 看图修改 /etc/hosts 文件
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于