Official Docker repository for Crossbar.io, built from here.
Running
To run this:
sudo docker run -it -p 8080:8080 crossbario/crossbar
and point your browser to http://localhost:8080. You should see a 404 page rendered by Crossbar.io. This means: it works!
Also please see here for how to run together with containers with app components.
Details
There are two images, both based on the official, latest Ubuntu Trusty image: "community" and "plus".
As a default, the "community" image is pulled.
Both provide an installation of Crossbar.io with the same settings (the default config).
The "community" edition installs the Crossbar.io package provided on the Python Package Index.
The "plus" edition installs the Crossbar.io binary package.
You can use these images together with our Autobahn Docker images and right away start hacking on your next microservices based application.