From https://www.mongodb.com/community/forums/t/installing-mongodb-over-ubuntu-22-04/159931/87
These commands were run using the bash shell on Debian 11 in the Linuv Dev Env on a Chromebook.
Make sure no mongodb instances exist
docker container stop mongodb ; docker container rm mongodb ; sleep 2
Run an Ubuntu 22.04 container in the background