Docker no puede iniciarse

Docker no puede iniciarse

Por alguna razón, Docker no se inicia en mi VPS y obtengo lo siguiente cuando hago "systemctl status docker":

root@vps644072:~# service docker status
● docker.service - Docker Application Container Engine
   Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Sun 2019-03-24 09:32:12 CET; 1min 2s ago
     Docs: https://docs.docker.com
  Process: 21966 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=203/EXEC)
 Main PID: 21966 (code=exited, status=203/EXEC)

Mar 24 09:32:12 vps644072 systemd[1]: Stopped Docker Application Container Engine.
Mar 24 09:32:12 vps644072 systemd[1]: docker.service: Start request repeated too quickly.
Mar 24 09:32:12 vps644072 systemd[1]: docker.service: Failed with result 'exit-code'.
Mar 24 09:32:12 vps644072 systemd[1]: Failed to start Docker Application Container Engine.
Mar 24 09:32:28 vps644072 systemd[1]: docker.service: Start request repeated too quickly.
Mar 24 09:32:28 vps644072 systemd[1]: docker.service: Failed with result 'exit-code'.
Mar 24 09:32:28 vps644072 systemd[1]: Failed to start Docker Application Container Engine.
Mar 24 09:32:51 vps644072 systemd[1]: docker.service: Start request repeated too quickly.
Mar 24 09:32:51 vps644072 systemd[1]: docker.service: Failed with result 'exit-code'.
Mar 24 09:32:51 vps644072 systemd[1]: Failed to start Docker Application Container Engine.

Gracias a cualquiera que pueda ayudar.

Respuesta1

Se solucionó este problema ejecutando "dpkg --configure -a". Eso también pareció solucionar algunos otros problemas que recién me di cuenta que estaba teniendo.

Respuesta2

Podría ser un problema en el almacenamiento de datos, como dice @Shearman reconfigurarlo puede ser útil, pero en caso de un error más grave siempre existe la posibilidad de limpiar el directorio./var/lib/docker

información relacionada