在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):LomotHo/minecraft-bedrock开源软件地址(OpenSource Url):https://github.com/LomotHo/minecraft-bedrock开源编程语言(OpenSource Language):Shell 70.0%开源软件介绍(OpenSource Introduction):English doc | Older version | 中文文档 A bedrock Minecraft PE Server on DockerThis documentation is for image lomot/minecraft-bedrock:1.19.20.02 Start the server1. Install Docker in your serverapt install docker.io or you can follow this documentation : How to install Docker 2. Create a folder for server dataThis folder is for your world data and some configuration files, it contains mkdir -p /opt/mcpe-data 3. Deploy the serverdocker run -itd --restart=always --name=mcpe --net=host \
-v /opt/mcpe-data:/data \
lomot/minecraft-bedrock:1.19.20.02 Upgrade the server1. Backup your dataBackup the folder cp -r /opt/mcpe-data /opt/mcpe-data.bak 2. Exit and delete the old containerdocker container stop mcpe
docker container rm mcpe 3. Start a new containerdocker run -itd --restart=always --name=mcpe --net=host \
-v /opt/mcpe-data:/data \
lomot/minecraft-bedrock:1.19.20.02 Manage the serverEnter or quit the game consoledocker attach mcpe To quit, press Use Use this command to stop/start/restart/rm the serverdocker container stop/start/restart/rm mcpe Change the server portTo change the server port, update Using bridge networks will decrease the network performance, it is supposed to use host networks. About addons, behavior_packs and resource_packsThere 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:base Binary file fromhttps://minecraft.net/en-us/download/server/bedrock/ Docker Hubhttps://hub.docker.com/r/lomot/minecraft-bedrock Githubhttps://github.com/LomotHo/minecraft-bedrock |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论