Docker files for BigBlueButton
not ready for production | Changelog | Issues
This Repository - and BBB 2.3 itself - are still in an early state. Don't use it in production yet! \ Testing and further development welcome :)
you can find a stable bbb-docker release for 2.2 here: https://github.com/alangecker/bigbluebutton-docker
$ docker run hello-world
$ docker-compose --version
sh $ git clone --recurse-submodules https://github.com/bigbluebutton/docker.git bbb-docker $ cd bbb-docker
bash $ ./scripts/setup
bash $ nano .env # always recreate the docker-compose.yml file after making any changes $ ./scripts/generate-compose
bash $ docker-compose up -d
bash $ docker-compose exec greenlight bundle exec rake admin:create