Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 3.66 KB

README.md

File metadata and controls

61 lines (45 loc) · 3.66 KB

The Extension from the upstream docker-library/mongo Community

Build Locally

  • Recommended NOT to local build and it's better to just use the pre-build mongo docker images using make up to run.
  • If want to build locally, then use command below since default is NOT to build locally:
make build-local

Run

  • Use pre-build docker hub iamges below:
make up
or,
docker-compose up

Mongo-Express Web-UI

Login/password default (change in docker-compose.yml): admin/changeme

http://0.0.0.0:28081/
or,
http://<host_ip>:28081/

Shell (into Container Mongo)

./shell.sh

Stop

docker-compose down
or
docker-compose down -v

Maintained by: the Docker Community

This is the Git repo of the Docker "Official Image" for mongo (not to be confused with any official mongo image provided by mongo upstream). See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.

The full image description on Docker Hub is generated/maintained over in the docker-library/docs repository, specifically in the mongo directory.

See a change merged here that doesn't show up on Docker Hub yet?

For more information about the full official images change lifecycle, see the "An image's source changed in Git, now what?" FAQ entry.

For outstanding mongo image PRs, check PRs with the "library/mongo" label on the official-images repository. For the current "source of truth" for mongo, see the library/mongo file in the official-images repository.


  • build status badge
  • build status badge
Build Status Badges (per-arch)
amd64 build status badge arm64v8 build status badge windows-amd64 build status badge put-shared build status badge