[root@localhost docker]# service docker start
Redirecting to /bin/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.
[root@localhost docker]# systemctl status docker.service
● docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2017-03-15 08:55:44 CST; 8s ago
Docs: http://docs.docker.com
Process: 5695 ExecStart=/usr/bin/dockerd-current --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current $OPTIONS $DOCKER_STORAGE_OPTIONS $DOCKER_NETWORK_OPTIONS $ADD_REGISTRY $BLOCK_REGISTRY $INSECURE_REGISTRY (code=exited, status=1/FAILURE)
Main PID: 5695 (code=exited, status=1/FAILURE)
Mar 15 08:55:44 localhost.localdomain systemd[1]: Starting Docker Application Container Engine...
Mar 15 08:55:44 localhost.localdomain dockerd-current[5695]: time="2017-03-15T08:55:44+08:00" level=fatal msg="unable to configure the Docker daemo... EOF\n"
Mar 15 08:55:44 localhost.localdomain systemd[1]: docker.service: main process exited, code=exited, status=1/FAILURE
Mar 15 08:55:44 localhost.localdomain systemd[1]: Failed to start Docker Application Container Engine.
Mar 15 08:55:44 localhost.localdomain systemd[1]: Unit docker.service entered failed state.
Mar 15 08:55:44 localhost.localdomain systemd[1]: docker.service failed.
Hint: Some lines were ellipsized, use -l to show in full.