Want to run your own BigBlueButton server with a single command?
Now you can.
We've created a Docker image that lets you run a full BigBlueButton 2.0-beta server (including latest developer build of the HTML5 client) within Docker.
This means you can run BigBlueButton on Mac OS X, for example.
This isn't intended for production; rather, it's targeting developers who want to quickly try out BigBlueButton. With Docker, you can login to the running BigBlueButton server examine the configuration files, make changes, and see how everything works. There are limitations: the docker image doesn't have a SSL certificate, so Chrome will give an error with accessing WebRTC, but FireFox works fine.
For documentation, see
For source to customize and build your own Docker container, see
The official docker image for BigBlueButton 2.0-beta is here
Under the hood, we are using supervisord -- a process control manager -- to coordinate the startup of all the BigBlueButton processes within a single container. Our goal wasn't to break apart BigBlueButton into separate containers (which is more the docker way), but rather to make it easy for anyone to try out BigBlueButton.
We invite you to try it out and give us your feedback.
Regards,.. Fred
--
BigBlueButton Developer
@bigbluebutton