Updates to README

This commit is contained in:
Fred Dixon 2018-08-10 10:54:33 +01:00
parent 9266b56888
commit 1032ea5f5e
2 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Overview # 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 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 <YOUR_HOST_IP> 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. 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.

View File

@ -23,7 +23,6 @@ change_var_value () {
sed -i "s<^[[:blank:]#]*\(${2}\).*<\1=${3}<" $1 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 # 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 while getopts "eh:" opt; do