itzg/docker-minecraft-bedrock-server

Send-command is broken

Open

#652 建立於 2026年6月26日

在 GitHub 查看
 (6 留言) (0 反應) (0 負責人)Shell (295 fork)github user discovery
help wanted

倉庫指標

Star
 (1,793 star)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南