Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

specify mongo image tag #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dyllandry
Copy link

First, thanks for making this tutorial. I was able to complete it with some work. 👍

Problem
Unless someone manually specifies a correct old dockerhub image tag for mongo that supports the --smallfiles flag, the replica set creation and docker machine reset scripts wont work.

I think this pr is important to help people more smoothly follow the tutorial by requiring them to make less changes specific to their env.

Commit message
Dockerhub mongo image pulled by default (image with tag "latest")
does not support the --smallfiles flag. This causes containers to exit
after calling docker run. Specify mongo image mongo:3.4.1 to match
image used in tutorial.

Dockerhub mongo image pulled by default (image with tag "latest")
does not support the --smallfiles flag. This causes containers to exit
after calling docker run. Specify mongo image mongo:3.4.1 to match
image used in tutorial.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants