Skip to content

Instantly share code, notes, and snippets.

@oliveira-andre
Last active June 3, 2019 18:48
Show Gist options
  • Select an option

  • Save oliveira-andre/31303a3aad6f56905c6dca7b6e4bd9d4 to your computer and use it in GitHub Desktop.

Select an option

Save oliveira-andre/31303a3aad6f56905c6dca7b6e4bd9d4 to your computer and use it in GitHub Desktop.
run docker mongodb
sudo docker run -d \
--name=mongodb \
--restart=always \
-p 27017:27017 \
mongo:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment