Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 463 Bytes

README_RPI.md

File metadata and controls

18 lines (12 loc) · 463 Bytes

Readme for Raspberry Pi

This tool will work on the Raspberry Pi / an ARM v6/7 - either running with Go directly, or through Docker.

Through Docker:

Running:

$ docker run -ti -v /var/run/docker.sock:/var/run/docker.sock alexellis2/jaas-armhf ./jaas run --showlogs=false --env url=http://www.alexellis.io --image=alexellis2/href-counter-armhf

Building:

$ docker build -t alexellis2/jaas-armhf . -f Dockerfile.armhf