Hi @languitar,
When you install MongoDB a the packet manager, you are installing it as a service on your machine which will start during the boot. It’s hard to do that without systemd / systemctl and it’s not what you want in a docker container - indeed.
If you just want to install MongoDB binaries without all the service configurations, use the tarball like this one for MDB 4.4.2 for Ubuntu 20.04: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-4.4.2.tgz.
You can find all these links in the MongoDB Download Center right next to the download button once you have selected what you need.
