Skip to content

Instantly share code, notes, and snippets.

@neo0910
Last active March 28, 2020 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neo0910/5930d63ae959a051a1c6def9295fefa6 to your computer and use it in GitHub Desktop.
Save neo0910/5930d63ae959a051a1c6def9295fefa6 to your computer and use it in GitHub Desktop.
Run local mongo docker container
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