Skip to content

Commit 3d28a24

Browse files
committed
Remove Dockerfile.arm
The main Dockerfile is now ARM-compatible
1 parent 4ffb5d1 commit 3d28a24

File tree

2 files changed

+2
-44
lines changed

2 files changed

+2
-44
lines changed

Dockerfile.arm

Lines changed: 0 additions & 24 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -45,26 +45,8 @@ $ docker service create \
4545
dockersamples/visualizer
4646
```
4747

48-
## Running on ARM
49-
50-
[@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.
51-
52-
```
53-
$ docker service create \
54-
--name=viz \
55-
--publish=8080:8080/tcp \
56-
--constraint=node.role==manager \
57-
--mount=type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock \
58-
alexellis2/visualizer-arm:0.4
59-
```
60-
61-
If you would like to build the image from source run the following command:
62-
63-
```
64-
$ docker build -f Dockerfile.arm -t visualizer-arm:latest .
65-
```
66-
67-
[View on Docker Hub](https://hub.docker.com/r/alexellis2/visualizer-arm/tags/)
48+
## Supported architectures
49+
The main image is based on [node:8-alpine](https://hub.docker.com/_/node/). With that it already offers support for many architectures, including ARM (so it can run on your Raspberry Pi). See below for instructions on how to run on Windows.
6850

6951
## Running on Windows
7052

0 commit comments

Comments
 (0)