Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change tag 0.4 to latest for arm
Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis committed Feb 10, 2018
commit 29e566ebeffcb9584b15c13316a85dd3041d6f76
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,19 @@ $ docker service create \
--publish=8080:8080/tcp \
--constraint=node.role==manager \
--mount=type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock \
alexellis2/visualizer-arm:0.4
alexellis2/visualizer-arm:latest
```

* Update/rebuild the image:

If you would like to build the image from source run the following command:

```
$ docker build -f Dockerfile.arm -t visualizer-arm:latest .
```

> Make sure you do this on a Raspberry Pi directly.

[View on Docker Hub](https://hub.docker.com/r/alexellis2/visualizer-arm/tags/)

## Running on Windows
Expand Down