itzg/docker-minecraft-bedrock-server

Send-command is broken

オープン

#652 opened on 2026/06/26

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)Shell (295 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (1,793 個のスター)
PR merge metrics
 (平均マージ 5h 13m) (30d で 10 merged PRs)

説明

Image: itzg/minecraft-bedrock-server (latest) Host: Ubuntu 24.04 x86_64 Docker: official package (not Snap)

Problem: send-command always fails with:

find: '/proc//exe': Permission denied ERROR: failed to search for bedrock server process

Observations:

  • docker attach works normally
  • bedrock_server is running
  • /proc//exe cannot be resolved even from inside the container
  • writing to /proc//fd/0 also fails with Permission denied
  • send-command relies on scanning /proc/*/exe

コントリビューターガイド