mbind: Operation not permitted

756 ワード

【問題の説明】IntelliJ IDEAでは、Docker Integrationプラグインを使用してMySqlコンテナを起動し、Navicat for MySQLを使用して接続します.データベースに接続するとmbind:Operation not permittedが表示されますが、アクセスデータには何の影響もなく、どのデータベースも正常にアクセスできます.いずれかのデータベースを開くとmbind:Operation not permittedというメッセージが表示されます.githubで関連issueを見て、転送ドア:github.com/docker-libr…
【原因】The server use mbind for NUMA(non-uniform memory access)operations,but Docker blocks this access by default.It's possible to provide a custom profile that allows it, but the syntax of the profile files has changed across Docker versions, so it's kind of messy. There's more about this here: docs.docker.com/engine/secu…
【解決策】docker-compose.ymlに追加
security_opt:
  - seccomp:unconfined