Skip to content

Commit 6021cf4

Browse files
authored
Update README.md
Add instructions for ARM
1 parent d49d8f8 commit 6021cf4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ In some cases, you need to run the docker with your master node hostname instead
1515

1616
Example: `docker run -it -d -p 5000:5000 -e HOST=node-master -e PORT=5000 -v /var/run/docker.sock:/var/run/docker.sock manomarks/visualizer`
1717

18+
## Running on ARM
19+
20+
[@alexellisuk](https://twitter.com/alexellisuk) has pushed an image to the Docker Hub as `alexellis2/visualizer-arm:latest` it will run the code on an ARMv6 or ARMv7 device such as the Raspberry Pi.
21+
22+
If you would like to build the image from source run the following command:
23+
24+
```
25+
$ docker build -f Dockerfile.arm -t visualizer-arm:latest .
26+
```
27+
28+
## Sample
29+
1830
Here's a sample with one node:
1931

2032
![Sample image of one node](./samplenode.png)

0 commit comments

Comments
 (0)