From 5c5d7cf74dc93e3f417b3f8737747118818571a1 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 8 Feb 2024 08:08:10 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1367c4..b75ecf4 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ docker run \ ## Raspberry Pi / ARMv7 -This image will also allow you to run [Apache Guacamole](https://guacamole.apache.org/) on a Raspberry Pi or other Docker-enabled ARMv5/6/7/8 devices by using the `arm32v7` tag. +Now that the image has been converted to a multi-platform image the command for Raspberry Pi's or other ARM devices is the same. ```shell docker run \ -p 8080:8080 \ -v :/config \ - jwetzell/guacamole:arm32v7 + jwetzell/guacamole ``` ## Parameters