@here It looks like older versions of Docker
is incompatible with the newer Docker image which we have released.
Here are the steps to fix the problem:
apt update
apt install docker.io
cd /var/discourse
./launcher rebuild app
I’ve also bumped our launcher
script to abort if we do not at least detect Docker 20.10.0 running.