Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 166 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 166 Bytes

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