启动Docker服务报错:Failed to start docker.service: Unit not found
问题:linux部署Docker出现:Failed to start docker.service: Unit not found解决:直接 yum update一定要重启linuxyum install Dockersystemctl start docker.service
·
问题:
linux部署Docker出现:Failed to start docker.service: Unit not found
解决:
直接 yum update
一定要重启linux
yum install Docker
systemctl start docker.service
更多推荐
所有评论(0)