Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.
/ rpi-nats Public archive

Docker image to run NATS on Raspberry PI 2 / 3

License

Notifications You must be signed in to change notification settings

zeiot-old/rpi-nats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPI Nats

  • Master : Circle CI
  • Develop : Circle CI

Docker image of Nats to use on a Raspberry PI.

Exposes Ports : 4222, 8222 and 6222

Configure binfmt-support on the Docker host (works locally or remotely, i.e: using boot2docker):

$ docker run --rm --privileged multiarch/qemu-user-static:register --reset

Then you can run an armhf image from your x86_64 Docker host :

$ make run version=0.9

Or build :

$ make build version=0.9

Usage

Launch Nats server:

$ make run version=0.9

On another terminal :

$ curl http://localhost:8222/varz

Supported tags

License

See LICENSE for the complete license.

Changelog

A ChangeLog.md is available.

Contact

Nicolas Lamirault nicolas.lamirault@gmail.com

About

Docker image to run NATS on Raspberry PI 2 / 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published