-
Notifications
You must be signed in to change notification settings - Fork 649
Image mongo:3.4.2 won't start #158
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
Comments
Same here. 3.4.2 (or :latest at this point in time) fails but 3.4.1 is working. In addition 3.0 is failing with the same log output but I'm rather sure it worked before... Edit: failing on CentOS 7 |
Unfortunately, same for me. Dropped comment to #158 |
Weird, it works fine on a Debian server but constantly fails on Ubuntu workstation. |
I'm getting this on: but not: (tested on ubuntu 14.04 and 12.04) |
Getting same issue with
|
@elouanKeryell-Even that one's not working on me on either 3.0.14 or any of the later ones I listed above.
Is this issue something that should be taken care of on mongodb authors side or is it just the Dockerfile maintainers problem? |
@errnoh, this is a bug on the Dockerfile side. All, we added some fixes in #167 to hopefully account for this; can you pull and see if the latest image works for you? Unfortunately we don't yet have a good way to have the You should be able to work around the new additions by setting We are trying to fix any bugs caused by adding the |
Current public docker of mongodb has an issue with SELinux - it won't spawn child processes using the default user (root) - as described here: docker-library/mongo#158 Apparently setting the user as 'mongodb' fixed this issue (or disabling SELinux altogether, but this might be a major concern) Change-Id: I8564b5211a5296606f5d4ede8d7fe2dffecb1524
Current public docker of mongodb has an issue with SELinux - it won't spawn child processes using the default user (root) - as described here: docker-library/mongo#158 Apparently setting the user as 'mongodb' fixed this issue (or disabling SELinux altogether, but this might be a major concern) Change-Id: I8564b5211a5296606f5d4ede8d7fe2dffecb1524
I'm experiencing the exact same issues with MongoDB 4.0.1 I'm using a Ubuntu 18.04 workstation, however I haven't tried this on a server example taken from the first comment in this issue
any suggestions how to fix this issue? |
That log looks like it's started successfully, not failing to start.
|
ok, my mistake I tried to connect to MongoDB and had another issue which I thought was led to by
thanks for clarifying! |
Hello,
I'm trying to run the image
mongo:3.4.2
but it fails due to permission issues.For example:
Tried with
mongo:3.4.1
and worked fine.Regards, Jorge
The text was updated successfully, but these errors were encountered: