On 9/9/19 9:06 AM, Felicia P wrote:
Hi Arnaud I removed the custom ExecStart and attempted to restart docker. Here is the relevant output from journalctl: Sep 08 19:04:37 life systemd[1]: Starting Docker Socket for the API. Sep 08 19:04:37 life systemd[1]: Listening on Docker Socket for the API. Sep 08 19:04:37 life systemd[1]: docker.service: Start request repeated too quickly. Sep 08 19:04:37 life systemd[1]: docker.service: Failed with result 'exit-code'. Sep 08 19:04:37 life systemd[1]: Failed to start Docker Application Container Engine. Sep 08 19:04:37 life systemd[1]: docker.socket: Failed with result 'service-start-limit-hit'.
You don't even have logs from the docker daemon itself, meaning it dies immediately. If ever it's started.
Can you share the output of the following commands: systemctl status docker.service cat /lib/systemd/system/docker.service cat /etc/default/docker ls -l /usr/sbin/dockerd Thanks

