Migrate MongoDB from Docker to standard install

I’m a SQL Server DBA taking over an installation of MongoDB that is currently running inside Docker on linux. Linux is not not new but Docker and Mongodb are. So a lot of new stuff to learn. I understand the benefits of Docker/MongoDB from a development stance but I’m question the benefits in a production environment where hardly nothing ever changes except for an upgrade here and there. Seams like unnecessary overhead of Docker.

Is this a direction we should pursue? Also are there resources that could help me if we do decide to move to this direction?

Thanks