Docker files for BigBlueButton
Go to file
2017-10-27 16:24:21 -04:00
mod initial commit 2017-10-27 15:01:25 -04:00
Dockerfile initial commit 2017-10-27 15:01:25 -04:00
LICENSE Initial commit 2017-10-27 14:57:35 -04:00
README.md add a quick setup to readme 2017-10-27 16:24:21 -04:00
setup.sh initial commit 2017-10-27 15:01:25 -04:00
supervisord.conf initial commit 2017-10-27 15:01:25 -04:00

Overview

These are scripts to run BigBlueButton within Docker.

For detailed instructions on how to setup BigBlueButton in Docker, see the setup instructions.

To run BigBlueButton in Docker with a single command, run:

docker run -p 80:80/tcp -p 1935:1935/tcp -p 5066:5066/tcp -p 32730-32768:32730-32768/udp -p 2202:2202 --cap-add=NET_ADMIN --name bigbluebutton bigbluebutton/bigbluebutton -h <YOUR_HOST_IP>

Make sure you provide the host IP at the end of the command. This will take some time to pull the image from Docker hub.

Once running, you can navigate to http://<YOUR_HOST_IP> to access your BigBlueButton server.