Created
April 28, 2016 07:15
-
-
Save harshadyeola/ed390df2bf74b07014d1670ab34192df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -it --rm --link myapp_mongo_1:mongo --net myapp_default -v ~/dump_parent_dir:/tmp mongo mongorestore --host mongo --db local_db /tmp/myapp-dump |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment