pufferpanel / templates

PufferPanel server templates. These templates are importable via the PufferPanel web interface.
Apache License 2.0
78 stars 133 forks source link

Minecraft bedrock docker #149

Open loranger opened 2 years ago

loranger commented 2 years ago

Hi,

I try to achieve a dockerized version of minecraft bedrock. I did setup a minimal ubuntu image embedding ssl, wget and unzip which allows me to download, extract and run bedrock_server binary, but as soon as I try to use it with Pufferpanel, it fails.

My console logs aren't very verbose :

DAEMON  Allocating server
DAEMON  Server allocated
DAEMON  Installing server
DAEMON  Downloading file https://minecraft.azureedge.net/bin-linux/bedrock-server-1.18.32.02.zip
DAEMON  Executing: unzip -o bedrock-server-1.18.32.02.zip
DAEMON  Failed to install server

Is there a documentation somewhere, regarding good practices on creating Pufferpanel templates and images ?

loranger commented 2 years ago

Does someone already successfuly launched a dockerized minecraft bedrock using pufferpanel ?