Update README.md

This commit is contained in:
oznu
2017-12-06 23:09:03 +11:00
committed by GitHub
parent 4a6643fc31
commit 409de55b82
+2 -4
View File
@@ -19,9 +19,9 @@ docker run \
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
docker run \
@@ -30,8 +30,6 @@ docker run \
oznu/guacamole:armhf
```
*This image will not run on ARMv6 devices such as the original Raspberry Pi 1 or the Raspberry Pi Zero.*
## 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.