mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-09-10 00:29:44 +00:00
Update README.md
This commit is contained in:
@@ -19,9 +19,9 @@ docker run \
|
|||||||
oznu/guacamole
|
oznu/guacamole
|
||||||
```
|
```
|
||||||
|
|
||||||
## Raspberry Pi 2+ / ARMv7
|
## Raspberry Pi / ARMv6
|
||||||
|
|
||||||
This image will also allow you to run [Apache Guacamole](https://guacamole.incubator.apache.org/) on a Raspberry Pi 2/3 or other Docker-enabled ARMv7/8 devices by using the `armhf` tag.
|
This image will also allow you to run [Apache Guacamole](https://guacamole.incubator.apache.org/) on a Raspberry Pi or other Docker-enabled ARMv5/6/7/8 devices by using the `armhf` tag.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker run \
|
docker run \
|
||||||
@@ -30,8 +30,6 @@ docker run \
|
|||||||
oznu/guacamole:armhf
|
oznu/guacamole:armhf
|
||||||
```
|
```
|
||||||
|
|
||||||
*This image will not run on ARMv6 devices such as the original Raspberry Pi 1 or the Raspberry Pi Zero.*
|
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side.
|
The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side.
|
||||||
|
|||||||
Reference in New Issue
Block a user