From fb92a74084da3ebfcd41a1043566d5c0638e7365 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 28 Mar 2020 14:05:16 -0500 Subject: [PATCH] Added README section about running on raspberrypi --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e4892a76..20238175 100644 --- a/README.md +++ b/README.md @@ -1090,3 +1090,11 @@ pass that at the end of `docker run` after the image name or set `-e CONSOLE=FAL Some older servers get confused and think that the GUI interface is enabled. You can explicitly disable that by passing `-e GUI=FALSE`. + +## Running on RaspberryPi + +To run this image on a RaspberryPi 3 B+, 4, or newer, use the image tag + + itzg/minecraft-server:armv7 + +> NOTE: you may need to lower the memory allocation, such as `-e MEMORY=750m` \ No newline at end of file