Hello!
I have a problem with Docker that won't start anymore
`root@aapanel:~# systemctl start docker
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
root@aapanel:~# 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 Fri 2020-10-02 20:40:10 CEST; 14s ago
Docs: https://docs.docker.com
Process: 6440 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 6440 (code=exited, status=1/FAILURE)
Oct 02 20:40:08 aapanel systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Oct 02 20:40:08 aapanel systemd[1]: docker.service: Failed with result 'exit-code'.
Oct 02 20:40:08 aapanel systemd[1]: Failed to start Docker Application Container Engine.
Oct 02 20:40:10 aapanel systemd[1]: docker.service: Service hold-off time over, scheduling restart.
Oct 02 20:40:10 aapanel systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
Oct 02 20:40:10 aapanel systemd[1]: Stopped Docker Application Container Engine.
Oct 02 20:40:10 aapanel systemd[1]: docker.service: Start request repeated too quickly.
Oct 02 20:40:10 aapanel systemd[1]: docker.service: Failed with result 'exit-code'.
Oct 02 20:40:10 aapanel systemd[1]: Failed to start Docker Application Container Engine.`
This problem started when I tried to use this (which is not supported).
Thanks for your help, lionel