摘要: 使用 Shell 脚本进行安装 $ curl -fsSL https://get.docker.com -o get-docker.sh $ sudo sh get-docker.sh将用户添加到 docker 组(下次可以不加sudo启动docker,记得sudo reboot重启试试) $ su 阅读全文
posted @ 2020-09-12 21:07 赵兴雨 阅读(233) 评论(0) 推荐(0)