Skip to content

Instantly share code, notes, and snippets.

@raicerk
Created May 18, 2018 04:03
Show Gist options
  • Save raicerk/a211b8528279cdbe1fd93f4918075a58 to your computer and use it in GitHub Desktop.
Save raicerk/a211b8528279cdbe1fd93f4918075a58 to your computer and use it in GitHub Desktop.
Docker mongo
docker run -d -p 27017:27017 --name m1 mongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment