Docker containers won't run after recent apt-get upgrade

Hi @davidb1

The engineers are working to release a package soon as possible. Meanwhile, you can downgrade docker to the previous version with these commands:

sudo apt install docker.io=20.10.7-0ubuntu1~18.04.2
sudo apt install containerd=1.5.2-0ubuntu1~18.04.3

Raffaello

3 Likes