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
在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