TGTGInsighttelegram intelligenceLIVE / telegram public index
← VmShell VPS Channel
VmShell VPS Channel avatar

TGINSIGHT POST

Post #940

@vmshell

VmShell VPS Channel

Views1,830帖子阅读量
发布4月12日2023/04/12 11:26
Post content

帖子内容

关于有用户反馈Debian11系统无法安装Docker的问题,解决方法如下: 第一步:整合系统磁盘 (Debian11和Ubuntu20需要使用) ,设置后可以输入 df-h查看硬盘情况 代码:resize2fs -f /dev/vda1 第二步:安装必要组件: apt -y update && apt -y install socat dnsutils libaio1 libaio-dev build-essential manpages-dev libncurses5 zip gnupg libaio1 wget curl screen unzip vim curl xz-utils openssl gawk file rpm && apt -y upgrade && screen -S setupscreen 第三步执行 curl -sSL https://get.docker.com/ | sh && systemctl start docker && systemctl enable docker 最后执行:apt -y update && apt -y upgrade && reboot 现在已经支持docker了