itzg/docker-minecraft-bedrock-server

Send-command is broken

Open

#652 ouverte le 26 juin 2026

Voir sur GitHub
 (6 commentaires) (0 réactions) (0 assignés)Shell (295 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (1 793 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur