docs: Added troubleshooting info for rpi

#795
This commit is contained in:
Geoff Bourne 2021-03-07 13:06:45 -06:00
parent 6e2b3ae0c7
commit 6c6bf030c5

View file

@ -1196,8 +1196,10 @@ When the container is signalled to stop, the Minecraft process wrapper will atte
## Running on RaspberryPi
To run this image on a RaspberryPi 3 B+, 4, or newer, use the image tag
To run this image on a RaspberryPi 3 B+, 4, or newer, use any of the image tags [list in the Java version section](#running-minecraft-server-on-different-java-version) that specify `armv7` for the architecture, such as
itzg/minecraft-server:multiarch
> NOTE: you may need to lower the memory allocation, such as `-e MEMORY=750m`
> If experiencing issues such as "sleep: cannot read realtime clock: Operation not permitted", ensure `libseccomp` is up to date on your host. In some cases adding `:Z` flag to the `/data` mount may be needed, [but use cautiously](https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label).