So this problem showed up when I was fixing the openvpn problem.
I did the upgrade and the update of ROCK3A, and docker shows this:
Setting up docker-ce (5:20.10.9~3-0~debian-buster) …
Job for docker.service failed because the control process exited with error code.
See “systemctl status docker.service” and “journalctl -xe” for details.
invoke-rc.d: initscript docker, action “start” failed.
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Tue 2021-10-12 05:05:39 +03; 16ms ago
Docs: https://docs.docker.com
Process: 2512 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 2512 (code=exited, status=1/FAILURE)
dpkg: error processing package docker-ce (–configure):
installed docker-ce package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
docker-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)
rock3a$ 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 Tue 2021-10-12 05:22:06 +03; 40s ago
Docs: https://docs.docker.com
Process: 5314 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/container>
Main PID: 5314 (code=exited, status=1/FAILURE)
Oct 12 05:22:06 rock3a systemd[1]: docker.service: Service RestartSec=2s expired, scheduli>
Oct 12 05:22:06 rock3a systemd[1]: docker.service: Scheduled restart job, restart counter >
Oct 12 05:22:06 rock3a systemd[1]: Stopped Docker Application Container Engine.
Oct 12 05:22:06 rock3a systemd[1]: docker.service: Start request repeated too quickly.
Oct 12 05:22:06 rock3a systemd[1]: docker.service: Failed with result ‘exit-code’.
Oct 12 05:22:06 rock3a systemd[1]: Failed to start Docker Application Container Engine.