-
Notifications
You must be signed in to change notification settings - Fork 99
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
Error "Can't start logger thread: Operation not permitted" on container startup #92
Comments
yeah, I'm getting these errors in concourse trying to pull the latest alpine version of memcached container:
when I pull the same container locally, it pulls fine
|
I'm still seeing this error on the latest build of memcached tag I don't see any documentation as to why a change would be made to cause this, any breaking change notice, or notice on the docker hub page. Can anyone speak to the cause and official documentation on breaking change? |
Any errors running the a Any issues pulling the image is the same as redis/docker-library-redis#381 (comment) |
When creating container with docker-compose version v2.20.3 and Docker Engine version 19.03.2.
Using image from Docker Official Repository.
And the following being the docker-compose.yml:
The container will not start, with the following error logs:
Running on Ubuntu 16.04.6 LTS (xenial).
My guess is, the docker version might be too old?
1st edit: locally, with newer Docker versions, works just fine.
The text was updated successfully, but these errors were encountered: