Fix DEB And Update README
minecraft-pi-docker/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-09-26 23:35:13 -04:00
parent 8b61701707
commit 9f4e9a892c
2 changed files with 4 additions and 29 deletions

View File

@ -1,30 +1,5 @@
# Minecraft: Pi Edition For Docker
This is a project allowing Minecraft: Pi Edition to be run without a Raspberry Pi using Docker.
## Dependencies
```sh
# 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
```sh
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
```sh
./install.sh
```
## Tweaks
The included version of Minecraft: Pi Ediiton is slightly modified to use the touchscreen UI.
## Setup
[View Binaries](https://jenkins.thebrokenrail.com/job/minecraft-pi-docker/job/master/lastSuccessfulBuild/artifact/out/)

View File

@ -4,4 +4,4 @@ Maintainer: TheBrokenRail <connor24nolan@live.com>
Description: Fun with Blocks
Homepage: https://www.minecraft.net/en-us/edition/pi
Architecture: amd64
Depends: docker-io, virgl-server
Depends: docker.io, virgl-server