0
点赞
收藏
分享

微信扫一扫

配电智能网关赋能电力系统智能化运行维护

小磊z 2024-07-24 阅读 7

目前docker被墙,服务器安装有些麻烦了
首先,使用清华的镜像站

export DOWNLOAD_URL="https://mirrors.tuna.tsinghua.edu.cn/docker-ce"

自己想办法打开 https://get.docker.com/,把内容保存为 a.sh ,放到服务器上
然后就是执行这个脚本了:

chmod +x ./a.sh
./a.sh

安装完毕,systemctl start docker 启动docker

举报

相关推荐

0 条评论