Skip to content

opensourcebapu/docker-mongo-opsmgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Dockerfiles for MongoDB Ops Manager 4.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published