Skip to content

ku4b/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigBlueButton Docker

Travis CI Docker Pulls

These are scripts to run BigBlueButton within Docker.

To build the Docker container, run the command

docker build -t b2 .

Here we called the BigBlueButton container b2. To run BigBlueButton in Docker, run the command

docker run -p 80:80/tcp -p 443:443/tcp -p 1935:1935 -p 5066:5066 -p 3478:3478 -p 3478:3478/udp b2 -h <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.

For details see the setup instructions.

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

Future Plans

Our goal was to allow developers to run BigBlueButton server with a single command. This Docker image is not meant for production use, but rather for testing and trying out BigBlueButton.

Still, it good step towards separating BigBlueButton into individual components for running under docker-compose or kubernetes.

About

Docker files for BigBluebutton

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 86.9%
  • Dockerfile 13.1%