Skip to content

Commit 219535e

Browse files
author
Dave Conway-Jones
committed
add example for Pi docker as per note
1 parent 092d09d commit 219535e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/getting-started/docker.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ more easily, and by fixing the host port we know we are on familiar ground.
7070
Of course this does mean we can only run one instance at a time... but one step at a time folks...
7171

7272
**Note**: Currently there is a bug in Docker's architecture detection that fails for Arm6 CPU - eg Raspberry Pi Zero or 1. For these devices you currently need to specify the full build label, for example:
73+
```
74+
docker run -it -p 1880:1880 --name mynodered nodered/node-red:1.0.2-10-minimal-arm32v6
75+
```
7376

7477
If we are happy with what we see, we can detach the terminal with `Ctrl-p` `Ctrl-q` - the
7578
container will keep running in the background.

0 commit comments

Comments
 (0)