【待反馈】docker安装失败
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:9.5.0系统版本:Ubuntu 24.04 LTS (Noble Numbat) x86_64(Py3.7.16)
问题描述:安装失败,文件不存在:/usr/bin/docker-compose
相关截图(日志、错误):
详情日志截图 https://img.picui.cn/free/2025/04/28/680f456c08c47.jpg https://img.picui.cn/free/2025/04/28/680f456c08c47.jpg 安装源的问题
可以尝试下面方式手动安装
Ubuntu
1、删除之前安装的docker
apt-get remove docker docker-engine docker.io
2、安装依赖
apt-get install apt-transport-https ca-certificates curl gnupg2 software-properties-common
3、添加信任的依赖
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
4、添加软件仓库
add-apt-repository \
"deb https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/ubuntu \
$(lsb_release -cs) \
stable"
5、安装
apt-get update
apt-get install docker-ce
页:
[1]