HA fails to load after docker update. - only observer container runs

So i updated docker via ssh (apt upgrade) while home assistant was restarting.

Now no containers load.

sudo docker ps gives me only one running container: homeassistant/amd64-hassio-observer:2020.10.1

Is there any way i can salvage this? Or am i in for a clean install?

Any help appreciated

~$ sudo docker container ls -a
CONTAINER ID   IMAGE                                                COMMAND                  CREATED        STATUS                        PORTS                  NAMES
37a3218f4f9b   homeassistant/amd64-addon-samba:9.3.1                "/init"                  25 hours ago   Exited (0) 30 minutes ago                            addon_core_samba
e0de1d3b2c00   esphome/esphome-hassio-amd64:1.16.2                  "/init"                  37 hours ago   Exited (129) 30 minutes ago                          addon_a0d7b954_esphome
e0e381fde2ae   sabeechen/hassio-google-drive-backup-amd64:0.103.1   "python3 -m backup"      39 hours ago   Exited (0) 30 minutes ago                            addon_cebe7a76_hassio_google_drive_backup
dba358e8aaa1   ghcr.io/hassio-addons/unifi/amd64:0.20.2             "/init"                  39 hours ago   Exited (0) 30 minutes ago                            addon_a0d7b954_unifi
4687a7c314ea   homeassistant/amd64-addon-duckdns:1.12.5             "/init /run.sh"          39 hours ago   Exited (129) 30 minutes ago                          addon_core_duckdns
c7f15374fa14   ghcr.io/hassio-addons/vscode/amd64:3.1.0             "/init"                  39 hours ago   Exited (0) 30 minutes ago                            addon_a0d7b954_vscode
143ecc9c71e9   homeassistant/amd64-hassio-multicast:3               "/init"                  39 hours ago   Exited (0) 30 minutes ago                            hassio_multicast
867a0859870d   homeassistant/amd64-hassio-cli:2021.02.1             "/init /bin/bash -c …"   39 hours ago   Exited (0) 30 minutes ago                            hassio_cli
3773453784d9   homeassistant/amd64-hassio-audio:2021.02.1           "/init"                  39 hours ago   Exited (0) 30 minutes ago                            hassio_audio
3aa2b5ec6947   homeassistant/amd64-hassio-dns:2021.01.0             "/init"                  39 hours ago   Exited (0) 30 minutes ago                            hassio_dns
80e8b5ddf7c0   homeassistant/amd64-hassio-supervisor                "/init"                  8 days ago     Exited (137) 30 minutes ago                          hassio_supervisor
817906d1d492   homeassistant/qemux86-64-homeassistant:2021.2.3      "/init"                  2 weeks ago    Exited (137) 30 minutes ago                          homeassistant
2de32b21f9ce   homeassistant/amd64-hassio-observer:2020.10.1        "/init"                  4 weeks ago    Up 10 minutes                 0.0.0.0:4357->80/tcp   hassio_observer

edit:
I manually started hassio-supervisor and it seems to have booted stuff up.
sudo docker start (container-id)

next step is full snapshot i guess :smiley:

Discussed here

Thank you.

As instructed in the link, following the thread above, fixed by downgrading docker with:

sudo apt install docker-ce=5:20.10.3~3-0~debian-buster docker-ce-cli=5:20.10.3~3-0~debian-buster containerd.io=1.4.3-1

If running Ubuntu 18.04:

sudo apt install docker-ce=5:20.10.3~3-0~ubuntu-bionic docker-ce-cli=5:20.10.3~3-0~ubuntu-bionic containerd.io=1.4.3-1

Much appreciated.

Right, I should have mentioned I’m on Debian.
Thanks