吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 279|回复: 5
收起左侧

[其他求助] centos7下载了docker启动不了

[复制链接]
laverite 发表于 2024-9-22 20:33
25吾爱币
centos7下载了docker启动不了是怎么回事,下面是版本和命令

[root@xuegod63 ~]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

[root@xuegod63 ~]# which docker
/usr/bin/docker
[root@xuegod63 ~]# systemctl start docker
bash: systemctl start docker: 未找到命令...
[root@xuegod63 ~]#

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

xieyang 发表于 2024-9-22 20:33
[Shell] 纯文本查看 复制代码
yum install -y yum-utils device-mapper-persistent-data lvm2
wget http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
cp docker-ce.repo /etc/yum.repos.d
yum install docker-ce-20.10.9-3.el7 docker-ce-cli-20.10.9-3.el7 containerd.io -y
guixian 发表于 2024-9-22 20:57
建议把安装docker的目录删了。,重新装一下。如果是云服务器的话,就直接重装系统吧。
乌巢禅师 发表于 2024-9-23 09:59
两条命令
[Bash shell] 纯文本查看 复制代码
wget -qO- [url]https://get.docker.com/[/url] | sh
dockerd-rootless-setuptool.sh install
asdasdqqq 发表于 2024-9-23 10:34
systemctl 能正常访问吗: which systemctl
bywxbyjb 发表于 2024-9-23 11:54
没装systemd,可以尝试执行service docker start,启动成功后,可以执行docker --version进行确认。另外,centos7已经在24年6月30日官方停止支持,不建议使用
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-12-15 01:40

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表