Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 231 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 231 Bytes

MongoDB on Docker

Running MongoDB in Docker container
docker run --name mongodb -p 11017:27017 bitnami/mongodb:latest
Useful info

MongoDB starts on HOST:11017 (for Docker it is 192.168.99.100:11017).