Update README.md

This commit is contained in:
2024-02-08 08:08:10 -06:00
committed by GitHub
parent f39270002a
commit 5c5d7cf74d
+2 -2
View File
@@ -23,13 +23,13 @@ docker run \
## Raspberry Pi / ARMv7 ## 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 ```shell
docker run \ docker run \
-p 8080:8080 \ -p 8080:8080 \
-v </path/to/config>:/config \ -v </path/to/config>:/config \
jwetzell/guacamole:arm32v7 jwetzell/guacamole
``` ```
## Parameters ## Parameters