All of this happens in WSL2/Ubuntu.
sudo apt-get update
VERSION_STRING=5:20.10.23~3-0~ubuntu-bionic
sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
wget https://github.com/lando/lando/releases/download/v3.11.0/lando-x64-v3.11.0.deb
dpkg -i --ignore-depends=docker-ce lando-x64-v3.11.0.deb
rm lando-x64-v3.11.0.deb