在Ubuntu 安装了docker 但是无法启动
systemctl start docker.service
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
systemctl status docker.service
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: inactive (dead) (Result: exit-code) since Fri 2018-09-14 11:07:06 CST; 10s ago
Docs: https://docs.docker.com
Process: 10302 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)
Main PID: 10302 (code=exited, status=1/FAILURE)
Sep 14 11:07:06 server systemd[1]: Failed to start Docker Application Container Engine.
Sep 14 11:07:06 server systemd[1]: docker.service: Unit entered failed state.
Sep 14 11:07:06 server systemd[1]: docker.service: Failed with result 'exit-code'.
Sep 14 11:07:06 server systemd[1]: docker.service: Service hold-off time over, scheduling restart.
Sep 14 11:07:06 server systemd[1]: Stopped Docker Application Container Engine.
Sep 14 11:07:06 server systemd[1]: docker.service: Start request repeated too quickly.
Sep 14 11:07:06 server systemd[1]: Failed to start Docker Application Container Engine.
/etc/docker/daemon.json
文件中错误的配置引起的
nice!
nice
json格式错误
n