-
Notifications
You must be signed in to change notification settings - Fork 173
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
Neo4j 4.2.4 Operation not permitted #318
Comments
I tried running this locally:
and neo4j container started as expected with no errors about running It's very weird that it would give you file permission errors even when you're not mounting any folders, that would mean the file permissions are wrong inside of the image, but if that was the case it would happen for me as well. Are you sure there aren't any already running containers called |
If I run the same command in my local Docker Desktop (IOS), the container is started perfectly. My Docker Desktop environment is:
And we don't have any container called
|
Someone else reported the same problem, but I've still not been able to reproduce it myself. I found this issue of someone reporting the same/similar errors in another image: The fix there was to update docker and some other libraries. |
OK, after more research I'm pretty sure this is a duplicate of this Docker issue: The fix for this is: I'm sure enough of this fix that I'll close the issue, but please let me know if updating Docker and/or libseccomp does not fix it. |
Hi,
I come from here because I thought it was a problem in Testcontainers but we tried to run a single Neo4j container directly on Docker and it didn't work.
The Docker environment in our CI system is:
And the Docker command that we ran was:
The container didn't start and reading the docker logs with
docker logs neo4j42
the content is:Also, we tried with Neo4j
4.2.11
version but we got the same error.Do you know if I missed some configuration options? Or is a Docker/Neo4j version issue?
Thank you!
The text was updated successfully, but these errors were encountered: