Docker failed - troubleshooting
Problem 1 systemctl status docker.service ● docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since CEST; 52s ago Docs: https://docs.docker.com Process: 16473 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=203/EXEC) Main PID: 16473 (code=exited, status=203/EXEC) systemd[1]: docker.service: Service hold-off time over, scheduling restart. systemd[1]: docker.service: Scheduled restart job, restart counter is at 3. systemd[1]: Stopped Docker Application Container Engine. systemd[1]: docker.service: Start request repeated too quickly. systemd[1]: docker.service: Failed with result 'exit-code'. systemd[1]: Failed to start Docker Application Container Engine. Troubleshooting journalctl -xe -- Subject: Un...