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).