Skip to content

Instantly share code, notes, and snippets.

View dharmjit's full-sized avatar
👋

Dharmjit Singh dharmjit

👋
View GitHub Profile
############################################################
# Dockerfile to build MongoDB container image
# Based on Ubuntu 16.04
############################################################
# Set the base image to Ubuntu
FROM dharmjit/base
MAINTAINER dharmjit "dharmjit.bti@gmail.com"