mengmeng 大佬有话说 :
[解决]虚心求教大佬关于docker问题,感谢点进来的各位大佬
本帖最后由 mengmeng 于 2021-9-9 22:00 编辑
各位大佬好,在VPS上安装docker时提示:
This Linux distribution reached end-of-life and is no longer supported by this scrip.
VPS系统是Debian9_X64
有大佬知道怎么解决麽?感谢
查阅了资料,还是自己手动下载安装了:https://cloud.tencent.com/developer/article/1360720
感谢大家
optimism 大佬有话说 :
换个系统
chr 大佬有话说 :
不用脚本试试https://cdn.jsdelivr.net/gh/master-of-forums/master-of-forums/public/images/patch.gif
h20 大佬有话说 :
apt都不会用了吗?
zuoridangnian 大佬有话说 :
这英语我都看得懂,说你的系统不再支持了。
hostlocmjj 大佬有话说 :
百度翻译。。https://cdn.jsdelivr.net/gh/master-of-forums/master-of-forums/public/images/patch.gif
aru 大佬有话说 :
本帖最后由 aru 于 2021-9-9 22:03 编辑
它说这个操作系统不支持Docker
如果你真的想用,可以下载docker的二进制包使用
wget https://download.docker.com/linux/static/stable/x86_64/docker-20.10.8.tgz
tar zxf docker-20.10.8.tgz
cp docker/* /usr/bin/
nohupdockerd &
mengmeng 大佬有话说 :
aru 大佬有话说 : 2021-9-9 21:53
它说这个操作系统不支持Docker
如果你真的想用,可以下载docker的二进制包使用
感谢大佬yc019t