This repo provides dockerfiles for creating MongoDB Ops Manager Docker Images
Latest Version: 4.0.12.50517.20190605T1533Z-1
(corresponds to version of ops manager in Dockerfile)
- 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)
- Port 8080 open on host when using host network mode (also will change when #2 is solved)
- 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
- Wait approximately 2-5 minutes, then Ops Manager will be available at
http://localhost:8080
- Credits to GradeCam team for entrypoint script