Error: Failed to start containers Dockers install not available

I ran a bitcoin node using Umbrel on raspberry pi4 successfully for a year. Then a power outage 2 weeks ago kicked me off Umbrel. Nothing I have tried has worked, and I have tried a ton.
I was able to briefly log back in to umbrel.local, but nothing was updating. No blocks displayed and no connections, mempool just hanging at 99%???
One constant error message was " Error: Failed to start containers
I ssh’d into Umbrel and saw that dockers daemon was not running. I tried to install dockers but the script was not available. I tried to find the dockers install script at github, no luck. I just reflashed my micro SSD for probably the 10th time, in an effort to get dockers back, and now I am once again looking at " Error: Failed to start containers
Suggestions please.
Thank you.

Here is an error code when attempting to see if docker is running

umbrel@umbrel:~/umbrel $ sudo 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 Sun 2023-07-09 17:50:14 UTC; 44s ago
Docs: https://docs.docker.com
Process: 25274 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=2
Main PID: 25274 (code=exited, status=2)

Jul 09 17:50:17 umbrel systemd[1]: Failed to start Docker Application Container Engine.
Jul 09 17:50:29 umbrel systemd[1]: docker.service: Start request repeated too quickly.
Jul 09 17:50:29 umbrel systemd[1]: docker.service: Failed with result ‘exit-code’.
Jul 09 17:50:29 umbrel systemd[1]: Failed to start Docker Application Container Engine.
Jul 09 17:50:41 umbrel systemd[1]: docker.service: Start request repeated too quickly.
Jul 09 17:50:41 umbrel systemd[1]: docker.service: Failed with result ‘exit-code’.
Jul 09 17:50:41 umbrel systemd[1]: Failed to start Docker Application Container Engine.
Jul 09 17:50:53 umbrel systemd[1]: docker.service: Start request repeated too quickly.
Jul 09 17:50:53 umbrel systemd[1]: docker.service: Failed with result ‘exit-code’.
Jul 09 17:50:53 umbrel systemd[1]: Failed to start Docker Application Container Engine.

I do not know if this is helpful???

umbrel@umbrel:~ $ journalctl -xe

– The job identifier is 9675 and the job result is failed.
Jul 09 17:53:12 umbrel systemd[1]: docker.service: Service RestartSec=2s expired, scheduling restart.
Jul 09 17:53:12 umbrel systemd[1]: docker.service: Scheduled restart job, restart counter is at 1.
– Subject: Automatic restarting of a unit has been scheduled
– Defined-By: systemd
– Support: Debian -- User Support

– Automatic restarting of the unit docker.service has been scheduled, as the result for
– the configured Restart= setting for the unit.
Jul 09 17:53:12 umbrel systemd[1]: Stopped Docker Application Container Engine.
– Subject: A stop job for unit docker.service has finished
– Defined-By: systemd
– Support: Debian -- User Support

– A stop job for unit docker.service has finished.

– The job identifier is 9742 and the job result is done.
Jul 09 17:53:12 umbrel systemd[1]: Starting Docker Application Container Engine…
– Subject: A start job for unit docker.service has begun execution
– Defined-By: systemd
– Support: Debian -- User Support

– A start job for unit docker.service has begun execution.

– The job identifier is 9742.
Jul 09 17:53:12 umbrel dockerd[4351]: time=“2023-07-09T17:53:12.485220286Z” level=info msg=“Starting up”
Jul 09 17:53:12 umbrel dockerd[4351]: time=“2023-07-09T17:53:12.743289072Z” level=info msg="[graphdriver] using prior st
Jul 09 17:53:12 umbrel dockerd[4351]: time=“2023-07-09T17:53:12.804165699Z” level=info msg=“Loading containers: start.”
lines 2349-2377/2377 (END)