Here you find the Dockerfiles for creating the AutobahnJS for Docker images maintained by the Crossbar.io Project.
These images come with NodeJS and AutobahnJS preinstalled and are intended to base application service containers on.
https://hub.docker.com/r/armhf/node/ https://hub.docker.com/r/aarch64/node/
crossbario/autobahn-js:latest
==crossbario/autobahnjs:alpine
: Alpine Linux based variant, the default (<27MB container size) RECOMMENDED FOR GENERAL USEcrossbario/autobahn-js:full
: Variant based on full Node image (650MB container size)
To build, test and deploy the AutobahnJS images to DockerHub, do:
make build
make test
make publish
You will need a Crossbar.io container running. Run
make crossbar
in thecrossbar
folder of this repo.