arm安装docker方法
温馨提示:
本文最后更新于 2023年08月01日,已超过 624 天没有更新。若文章内的图片失效(无法正常加载),请留言反馈或直接联系我。
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=arm64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce
sudo systemctl start docker
sudo systemctl enable docker
正文到此结束
- 本文标签: Linux
- 本文链接: https://dpyun.top//article/12
- 版权声明: 本文由董先生原创发布,转载请遵循《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》许可协议授权
热门推荐
该篇文章的评论功能已被站长关闭