Last active
March 28, 2020 22:56
-
-
Save neo0910/5930d63ae959a051a1c6def9295fefa6 to your computer and use it in GitHub Desktop.
Run local mongo docker container
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 -d --name [name] -p 27017:27017 mongo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment