Skip to content

Instantly share code, notes, and snippets.

@hunt3ri
Last active January 12, 2016 22:50
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 hunt3ri/685cf0ff9bee40282c60 to your computer and use it in GitHub Desktop.
Save hunt3ri/685cf0ff9bee40282c60 to your computer and use it in GitHub Desktop.
Docker command to run mongo on OSX
docker run --name my-local-mongo -v mongo-data:/data/db -p 27017:27017 -d mongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment