itzg/docker-minecraft-bedrock-server

Send-command is broken

开放

#652 创建于 2026年6月26日

 (6 条评论) (0 个反应) (0 位负责人)Shell (295 个派生)github user discovery
help wanted

仓库指标

星标
 (1,793 个星标)
PR 合并指标
 (平均合并 5小时 13分钟) (30 天内合并 10 个 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

贡献者指南