Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 230 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 230 Bytes

Dockerfile: mongodb & mongohacker

how to run mongodb with mongo-hacker on docker

look the Dockerfile

how to create a new user on mongodb

db.createUser({ user: "admin", pwd: "admin", roles: [ "readWrite", "dbAdmin" ]})