Last active
September 22, 2019 15:01
-
-
Save RafaRochaS91/6ad0d796ceae5ba800295f92d832123b to your computer and use it in GitHub Desktop.
docker-stuff
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
| # container with name mongo-dev from image mongodb | |
| # mounting a volume at /opt/mongodb:/data/db and exposing port 27017 | |
| $ docker run --name mongo-dev -d -v /opt/mongodb:/data/db -p 27017 mongodb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment