Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 563 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 563 Bytes

MongoDB Dockerfile build on the top of alpine linux

This repository contains Dockerfile of MongoDB for Docker. It is build on the top of lightweight docker image alpine

Installation

  1. Install Docker.

  2. Pull from Docker Hub: docker pull yipl/mongo

    (alternatively, you can build an image from this Dockerfile: ) docker build -t="yipl/mongo" github.com/xaurav91/docker_mongo_alpine