docker-library / cassandra

Docker Official Image packaging for Cassandra
Apache License 2.0
262 stars 281 forks source link

mbind: Operation not permitted #203

Closed AceHack closed 4 years ago

AceHack commented 4 years ago

Logs are cluttered with "mbind: Operation not permitted". Please resolve this issue, it's flooding the logs. Thanks.

wglambert commented 4 years ago

https://github.com/docker-library/mysql/issues/422#issuecomment-386967535 The error message is directly from the OS, not something we can change in the image

https://github.com/docker-library/mysql/issues/303#issuecomment-327126327 You would want to configure Docker's seccomp profile

AceHack commented 4 years ago

I'm running in kubernetes

tianon commented 4 years ago

https://kubernetes.io/docs/concepts/policy/pod-security-policy/#seccomp

AceHack commented 4 years ago

We are not allowed to run elevated containers in our cluster.

wglambert commented 4 years ago

So in the pod security policy put privileged: false

Going to close since this isn't an issue we can alleviate in the image. If you have further questions you could also try asking over at the Docker Community Forums, Docker Community Slack, or Stack Overflow.

greatyao commented 3 years ago

how to fix?