Skip to content

Instantly share code, notes, and snippets.

@ediblecode
Created January 6, 2020 13:46
Show Gist options
  • Select an option

  • Save ediblecode/d3e737022bb34ac3bc87445969c42eb1 to your computer and use it in GitHub Desktop.

Select an option

Save ediblecode/d3e737022bb34ac3bc87445969c42eb1 to your computer and use it in GitHub Desktop.
Run Mongo in Docker
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