Skip to content

Instantly share code, notes, and snippets.

@asaushkin
Created April 23, 2016 13:52
Show Gist options
  • Save asaushkin/11a2440b32c10ce5661115b07602fb61 to your computer and use it in GitHub Desktop.
Save asaushkin/11a2440b32c10ce5661115b07602fb61 to your computer and use it in GitHub Desktop.
MongoDB via docker
docker run --name mongodb -p 27017:27017 -p 28017:28017 -d mongo --rest --httpinterface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment