Docker image for Pocketmine on a Raspberry Pi
381
Based on the Hypriot image - http://blog.hypriot.com/downloads/ - this image uses the Pocketmine Installer http://pocketmine.net/ to build a Pocketmine server to run on a Raspberry Pi.
Since the recent client update (0.13.0) I've modified the Dockerfile to include a 'bleeding edge' phar - allowing updated clients to use the server.
docker run -d --name pocketmine -p 19132:19132/udp robsharp/rpi-pocketmine
If you intend to develop this further, the code is on github - see the link elsewhere on this page.
git clone [email protected]:qnm/rpi-pocketmine.git
cd rpi-pocketmine
docker pull robsharp/rpi-pocketmine
docker build -t <username>/rpi-pocketmine .
Content type
Image
Digest
Size
111.6 MB
Last updated
almost 11 years ago
docker pull robsharp/rpi-pocketmine