license for mongodb-atlas-local

Forgive me if I’m asking obvious/dumb questions.

I wanted to know the license details for the docker image “mongodb/mongodb-atlas-local”
I don’t know if publishing an image on the docker hub without any authentication makes it open to use but I still need to know what license this falls under.

I’m creating a wrapper that will leverage this Atlast local docker image which is why knowing the license details of this is important.

You can read all the license information about the MongoDB software contained in the Docker image directly inside the image at path /licenses/mongodb.

docker run -it mongodb/mongodb-atlas-local:latest /bin/bash
cd /licenses/mongodb

I’d love to know what you are building though. Feel free to DM me if you want to hop on a call.