Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.26 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.26 KB

Docker Images for MongoDB Ops Manager

Intro

This repo provides dockerfiles for creating MongoDB Ops Manager Docker Images

Version

Latest Version: 4.0.12.50517.20190605T1533Z-1 (corresponds to version of ops manager in Dockerfile)

Pre-Reqs

  1. Needs a MongoDB instance running at localhost:27017 on the machine you intend to run this on. Use docker-compose for easy local testing. Future version will add ability to change this URI. (#2)
  2. Port 8080 open on host when using host network mode (also will change when #2 is solved)

Usage

  1. For manual startup, assuming MongoDB intance is available at localhost:27017, run image with this command:
docker run -d --network host opensourcebapu/mongodb-opsmgr-centos
  1. Wait approximately 2-5 minutes, then Ops Manager will be available at http://localhost:8080

Credits

  1. Credits to GradeCam team for entrypoint script

References

  1. MongoDB Ops Manager
  2. MongoDB Ops Manager Download Page