项目作者: charlesreid1-docker

项目描述 :
Dockerfiles for building a Mongo Express container. See https://github.com/mongo-express/mongo-express
高级语言: Shell
项目地址: git://github.com/charlesreid1-docker/d-mongoexpress.git
创建时间: 2018-04-04T04:12:00Z
项目社区:https://github.com/charlesreid1-docker/d-mongoexpress

开源协议:MIT License

下载


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:

  1. docker pull mongo-express
  2. ./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:

  1. docker logs leaping_spiderman

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