目前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
目前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