【已解答】docker提示未安装
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:8.05系统版本:Ubuntu 20.04 LTS (Focal Fossa) x86_64(Py3.7.9)
问题描述:无法安装docker,即便手动安装了docker和docker-compose也提示没有安装
相关截图(日志、错误):
尝试下面方式手动安装:
Ubuntu/Debian
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、添加信任的依赖(debian)
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
Ubuntu:
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
4、添加软件仓库(debian)
add-apt-repository \
"deb https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian \
$(lsb_release -cs) \
stable"
Ubuntu:
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 阿珂 发表于 2024-1-20 15:44
尝试下面方式手动安装:
已经手动安装过两遍,还是显示未安装
页:
[1]