Geoff Bourne

Results 719 comments of Geoff Bourne

Did you try this approach yet https://github.com/itzg/docker-minecraft-bedrock-server#permissions

It is hard for me to help with issues caused by Docker or networking issues outside of the container. I would suggest posting on the Mojang BDS forums. Otherwise, I'm...

Unfortunately I haven't heard of anyone getting the server side behavior/data packs etc working. Mojang labels the bedrock dedicated server as an alpha version and I suspect this is one...

Yeah, if they're talking about modpacks then they might be thinking of Java edition...however, yes I have heard about some proxies that'll let bedrock clients connect to Java edition servers,...

It looks like the `docker run` you had actually used was a tcp port binding instead of UDP. The container list shows `0.0.0.0:19132->19132/tcp`. Re-run the `docker run` you pasted above...

The startup system demotes the bedrock process to match the owner of the data volume, so it's ultimately not running as root even when you're leaving off the `-u`. I...

@derelbenkoenig sorry for the delay, I had forgotten to actually upgrade the demoter version in the image. Please re-pull the latest image and try that. @TrainAss the variables are supposed...

I would recommend investigating with wireshark or tcpdump.

The LAN discovery mechanism tends to be flaky, I would recommend investigating with wireshark or tcpdump.

When you attach it won't show a command prompt, but you can start entering commands. For example I op'ed myself here and then used Ctrl-p Ctrl-q to detach: ``` >...