From 409de55b82a26d8109c4bfa73804fb0e0b0c1297 Mon Sep 17 00:00:00 2001 From: oznu Date: Wed, 6 Dec 2017 23:09:03 +1100 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c2e4555..d61b096 100644 --- a/README.md +++ b/README.md @@ -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.