English doc | Older version | 䏿–‡æ–‡æ¡£
This documentation is for image lomot/minecraft-bedrock:1.21.131.1
apt install docker.ioor you can follow this documentation : How to install Docker
This folder is for your world data and some configuration files, it contains permissions.json,server.properties,allowlist.json,worlds, if you use an empty folder, all the files will be created automatically, for example /opt/mcpe-data
mkdir -p /opt/mcpe-datadocker run -itd --restart=always --name=mcpe --net=host \
-v /opt/mcpe-data:/data \
lomot/minecraft-bedrock:1.21.131.1Backup the folder /opt/mcpe-data
cp -r /opt/mcpe-data /opt/mcpe-data.bakdocker container stop mcpe
docker container rm mcpedocker run -itd --restart=always --name=mcpe --net=host \
-v /opt/mcpe-data:/data \
lomot/minecraft-bedrock:1.21.131.1docker attach mcpeTo quit, press ctrl + p + q
Use ctrl + c or ctrl + dto kill the process
docker container stop/start/restart/rm mcpeTo change the server port, update server-port in the fileserver.properties
Using bridge networks will decrease the network performance, it is supposed to use host networks.
There are too many files about addons to configure, so I made another image, to use this image, you need to manage server folder by yourself, such as update and configuration files, you can download the server files here Minecraft server.
How to use:
docker run -itd --restart=always --name=mcpe --net=host \
-v /opt/mcpe-data:/mcpe \
lomot/minecraft-bedrock:basehttps://minecraft.net/en-us/download/server/bedrock/