A simple mongodb initialized via the MMS automation agent
docker run -d \
-p 27017:27017 \
kingsquare/mongodb-via-automation:1.5.3 \
--mmsBaseUrl=https://mms.mongodb.com \
--mmsGroupId=<YOUR MMS GROUP ID> \
--mmsApiKey=<YOUR MMS API KEY> \
This is another possibilty. The contents of the two variables should be moved to a seperate config file with the following contents:
mmsGroupId=<YOUR MMS GROUP ID>
mmsApiKey=<YOUR MMS API KEY>
Afterwards just run the container as;
docker run -d \
-p 27017:27017 \
-v your-config-file:/etc/mongodb-mms/automation-agent.config
kingsquare/mongodb-via-automation:1.5.3
I'll try to keep the agent and docker releases in check by utilizing the same agent version as docker image tag
Content type
Image
Digest
sha256:f97a4027d…
Size
70.8 MB
Last updated
almost 11 years ago
docker pull kingsquare/mongodb-via-automation