Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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" ]})

About

how to run mongodb with mongo-hacker on docker

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors