Skip to content

Instantly share code, notes, and snippets.

@adixchen
Last active November 6, 2018 12:56
Show Gist options
  • Save adixchen/76e3dfbb7864986b24b43bdd136cba7d to your computer and use it in GitHub Desktop.
Save adixchen/76e3dfbb7864986b24b43bdd136cba7d to your computer and use it in GitHub Desktop.
dockerize existing mongo db (v3)
docker run --name mongo -p 27017:27017 -v /data/db:/data/db mongo:3.4.17-jessie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment