Dockerfiles for building a Mongo Express container. See https://github.com/mongo-express/mongo-express
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Charles Reid 44af21d69e Merge branch 'master' of https://charlesreid1.com:3000/docker/d-mongoexpress 6 years ago
LICENSE update license for 2018 6 years ago
README.md update instructions 6 years ago
pull.sh update with latest working stuff. 6 years ago
run_stock.sh update with latest working stuff. 6 years ago
startup_script.sh fix doc string 6 years ago

README.md

d-mongoexpress

This repo contains scripts for building and running the Mongo Express web app for administering MongoDB database.

Running mongo express

The run_stock.sh script is the only script. It runs a stock mongo-express container from Docker's official images.

Instructions

To run and install:

docker pull mongo-express

./run_stock.sh

More info here.

Here is ink to mongo-express image on Docker store.

Delete database functionality does not seem to work.

Linking mongo and mongo express

If you are using the d-mongodb repo from git.charlesreid1.com, you can link the two containers and give Mongo Express admin access by setting some environmental variables.

To get the mongodb admin username and password, use docker logs and give it the name of the mongodb container:

docker logs leaping_spiderman

Copy and paste the admin username and password into the run_stock.sh script.