An open API service indexing awesome lists of open source software.

https://github.com/roylee0704/dockerhub

my docker repo
https://github.com/roylee0704/dockerhub

Last synced: 2 months ago
JSON representation

my docker repo

Awesome Lists containing this project

README

        

## Introduction

A repository of my docker files.

### Note

Before you build docker file, make sure you at the root folder that contains `Dockerfile`file.

i.e:
`cd my_mongodb`

## To Build
`sudo docker build -t roylee/my_mongodb .`

## To Run
`sudo docker run -name my_mongodb -it roylee/my_mongodb`

### Interactive bash
`sudo docker run -name my_mongodb -it roylee/my_mongodb /bin/bash`