Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwetzell committed Feb 8, 2024
1 parent f392700 commit 5c5d7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 </path/to/config>:/config \
jwetzell/guacamole:arm32v7
jwetzell/guacamole
```

## Parameters
Expand Down

0 comments on commit 5c5d7cf

Please sign in to comment.