i had installed via the supervised-installer ( https://github.com/home-assistant/supervised-installer ) on Debian 10. After the last update of Docker the container of the supervised-installation do not start automatically when I restarted the system. Only after downgrading docker-ce from 20.10.0 to 19.03.14 it was working again.
Is somebody else here with the same problem?
apt update
apt-cache madison docker-ce
apt-cache madison docker-ce-cli
apt install docker-ce=5:19.03.14~3-0~debian-buster docker-ce-cli=5:19.03.14~3-0~debian-buster
I was asked if I want to downgrade the 2 package and I agreed. After that i restarted the system and HA was starting as expected. Now I have be carefull when I install updates for the system until the supervised-installer is usable with docker-ce newer as 19.03.xx