You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 :
Is there a documentation somewhere, regarding good practices on creating Pufferpanel templates and images ?
The text was updated successfully, but these errors were encountered: