Created
January 6, 2020 13:46
-
-
Save ediblecode/d3e737022bb34ac3bc87445969c42eb1 to your computer and use it in GitHub Desktop.
Run Mongo in Docker
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 --rm --name mongodb -p 27017:27017 mongo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment