tags: mongodb, mongo shell, docker
If you would like to use mongo shell to connect to your mongodb but you don't bother to install mongo client. You can use following command if you have docker installed.
[bash]
mongodb_addr
.mlab.com:36577/mongo -u username
-p password
[/bash]
没有评论:
发表评论