在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):nmarus/docker-pocketmine开源软件地址(OpenSource Url):https://github.com/nmarus/docker-pocketmine开源编程语言(OpenSource Language):Shell 100.0%开源软件介绍(OpenSource Introduction):Pocketmine for DockerThis is an implementation of the [Pocketmine] (https://www.pocketmine.net) LAN server for allowing [Minecraft-PE IOS clients] (https://itunes.apple.com/us/app/minecraft-pocket-edition/id479516143?mt=8) to play. This is running the development version of pocketmine to support the [recent updates] (http://gaming.stackexchange.com/questions/222592/pocketmine-mp-installation-not-completing-connections) to the client protocol that Minecraft-PE uses. To run pocketmine as a docker container:
This creates a new container from the repository, names the container "mcpe", downloads the latest development build of pocketmine, and maps the ports for client access to the local host. This is not recommend as you will lose your configuration file when th container stops and starts. The recommended way is to utilize a local directory that is external to the container for your configuration files. This will allow persistent configuration if you remove the container, or if you wish to edit the configuration files manually and restart pocketmine. To do this, first create a foler on the host where you wish to store these:
Then run the container with these added option:
To start the container:If the container is stoped (run "docker ps -a" to verify), and you wish to start it, run:
To stop the container:If you wish to stop the container in order to rebvoot the host os or updaet configuration files, run:
To interact with pocketmine administration:
This allows you to jump into the pocketmine administration session. Type "help" for options. If you enter the command "stop", this will end pocket mine and stop the container. To restart pocketmine with our stopping the container, enter "restart" in the pocket mine admin session. To exit the admistration interface, press control-p, control-q. This is in order to maintain the container in service. To view the logs in realtime run:
This allows you to view the logs generated from the pocketmine server in a "tail -f" type format. Press control-c to exit ###To update minecraft pe to latest version: Simply stop the pocketmine container and then start it. the latest version of pocketmine will be downloaded. This assumes you are mapping your configuration to a directory external to the container. If not, you will lose your world...
News:Change log 2015-7-11
Open Items:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论