We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, example mondgodb not work, because docker with last version not run with old CPU. docker-library/mongo#619
Solved is force version 4.8.11, not necessary last version for a example sudo docker run --name mongodb -d -p 27017:27017 mongo:4.8.11
sudo docker run --name mongodb -d -p 27017:27017 mongo:4.8.11
The text was updated successfully, but these errors were encountered:
I don't understand what 'not run with old CPU' mean.
Sorry, something went wrong.
So you mean that we need to change the comment about docker?
Yes, only information about this case.
refined comment about running MongoDB container on old CPU
ba2b2aa
- as reported by #190
No branches or pull requests
Hi,
example mondgodb not work, because docker with last version not run with old CPU.
docker-library/mongo#619
Solved is force version 4.8.11, not necessary last version for a example
sudo docker run --name mongodb -d -p 27017:27017 mongo:4.8.11
The text was updated successfully, but these errors were encountered: