项目作者: avinashbhat

项目描述 :
Docker Compose for Mongo and Mongo-Express
高级语言:
项目地址: git://github.com/avinashbhat/mongodb-docker.git
创建时间: 2018-09-16T11:14:33Z
项目社区:https://github.com/avinashbhat/mongodb-docker

开源协议:

下载


mongodb-docker

Containerized the MongoDB and Mongo Express. MongoDB is a free and open-source cross-platform document-oriented database program. Mongo Express is a web-based MongoDB admin interface written in Node.js, Express.js, and Bootstrap3. The tool may be used by an individual or a team to setup Mongo and work with Mongo Express.

Uploaded the docker images on the Docker Hub as well.

After navigating to the directory, run using

  1. docker-compose up -d

If you wish to pull the images directly from the Docker Hub, run

  1. docker run -d avibhat/mongo avibhat/mongoexpress