1 问题描述
在Ubuntu 16.04中启动docker和dockerd总是报错,报的错误一直都是docker.socket: Failed with result 'service-start-limit-hit'。在网上尝试重装docker、dockerd、docker-ce等都不行。
2 解决办法
关闭防火墙1,执行如下命令:
sudo systemctl disable firewalld
sudo systemctl stop firewalld
在Ubuntu16.04系统中遇到启动Docker服务时,反复出现'docker.socket: Failed with result 'service-start-limit-hit''的错误。这个问题可能由于服务启动限制导致。解决方法是关闭防火墙,执行'sudo systemctl disable firewalld'和'sudo systemctl stop firewalld'两个命令来禁用并停止firewalld服务。
在Ubuntu 16.04中启动docker和dockerd总是报错,报的错误一直都是docker.socket: Failed with result 'service-start-limit-hit'。在网上尝试重装docker、dockerd、docker-ce等都不行。
关闭防火墙1,执行如下命令:
sudo systemctl disable firewalld
sudo systemctl stop firewalld
5470

被折叠的 条评论
为什么被折叠?