Skip to content

ipburger/mongo-alpine.docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized MongoDB

Usage

To run a shell session:

# docker exec -ti mongo-alpine sh

To use the mongo shell client:

# docker exec -ti mongo-alpine mongo