Minecraft: Pi Edition For Docker
Go to file
TheBrokenRail e0fcc910c1 Add Desktop Icon 2020-09-25 19:37:22 -04:00
cmake Initial Commit 2020-09-25 12:43:53 -04:00
core Small Changes 2020-09-25 14:52:28 -04:00
data/usr Add Desktop Icon 2020-09-25 19:37:22 -04:00
mods Small Changes 2020-09-25 14:52:28 -04:00
scripts Initial Commit 2020-09-25 12:43:53 -04:00
.dockerignore Add Desktop Icon 2020-09-25 19:37:22 -04:00
.gitignore Initial Commit 2020-09-25 12:43:53 -04:00
Dockerfile Initial Commit 2020-09-25 12:43:53 -04:00
README.md Add Desktop Icon 2020-09-25 19:37:22 -04:00
build.sh Initial Commit 2020-09-25 12:43:53 -04:00
install.sh Add Desktop Icon 2020-09-25 19:37:22 -04:00

README.md

Minecraft: Pi Edition For Docker

Dependencies

# Required For Hardware Acceleration
sudo apt install virgl-server

# Required For ARM Support
sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

Tutorial

virgl_test_server &
PID="$!"

xhost local:root

sudo docker run -v /tmp/.X11-unix:/tmp/.X11-unix -v /tmp/.virgl_test:/tmp/.virgl_test -v ~/.minecraft-pi:/root/.minecraft --network host -e DISPLAY=unix${DISPLAY} thebrokenrail/minecraft-pi

kill "${PID}"

Installation

./install.sh

Tweaks

The included version of Minecraft: Pi Ediiton is slightly modified to use the touchscreen UI.