diff --git a/README.md b/README.md index b0a400d..c5b6f85 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Overview -This repository contains the scripts create a single docker container running BigBlueButton. +Note: This branch contains work in progress for incorporating the HTML5 client into the Docker image. To run BigBlueButton in Docker, run the command ~~~ -docker run -p 80:80/tcp -p 1935:1935/tcp -p 5066:5066/tcp -p 16384-16484:16384-16484/udp -p 2202:2202 --cap-add=NET_ADMIN --name bigbluebutton bigbluebutton/bigbluebutton -h +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 ~~~ 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. diff --git a/setup.sh b/setup.sh index cb11ef9..9ab6427 100755 --- a/setup.sh +++ b/setup.sh @@ -23,7 +23,6 @@ change_var_value () { sed -i "s<^[[:blank:]#]*\(${2}\).*<\1=${3}<" $1 } -# docker run -p 80:80/tcp -p 443:443/tcp -p 1935:1935/tcp -p 5066:5066/tcp -p 3478:3478/udp -p 3478:3478/tcp --cap-add=NET_ADMIN bigbluebutton/d2 -h 192.168.0.130 # 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 192.168.0.130 while getopts "eh:" opt; do