From 6c6bf030c5f5ee19f3ebafcf790689b2493163aa Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 7 Mar 2021 13:06:45 -0600 Subject: [PATCH] docs: Added troubleshooting info for rpi #795 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a17d5035..ff182338 100644 --- a/README.md +++ b/README.md @@ -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).