安装篇
国外:
curl -fsSL https://get.docker.com | bash
国内:
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
卸载旧版本
$ sudo apt-get remove docker docker-engine docker.io containerd runc
使用apt-get安装
sudo apt-get install docker-ce -y
版权所有 © 【代码谷】 欢迎非商用转载,转载请按下面格式注明出处,商业转载请联系授权,违者必究。(提示:点击下方内容复制出处)
源文:《Ubuntu 在线安装 Docker》,链接:https://www.daimagu.com/article/924.html,来源:【代码谷】
评论