[kwlug-disc] BigBlueButton setup with Docker
Mikalai Birukou
mb at 3nsoft.com
Wed Mar 18 10:01:06 EDT 2020
I've found this: https://github.com/bigbluebutton/docker
As readme says, in repo file file with whatever few config scripts there
is do
|docker build -t <image-name> .|
and then run
|docker run --rm -p 80:80/tcp -p 1935:1935 -p 3478:3478 -p 3478:3478/udp
bigbluebutton -h <HOST_IP> |
It makes service available on http.
I have a couple of points to note.
1) Notice how docker run command shows what ports are used. Familiarity
with BBB is need. Does browser client use all these? Can non-80's in the
example be video sharing, audio?
2) All settings seem to be in one folder, so adding lines for TLS and
cert happens here, and next docker build command should be run with flag
--no-cache for blind assurance that everything is new.
3) Yes, BBB is java (hence resources) -- I saw tomcat config file there.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://kwlug.org/pipermail/kwlug-disc_kwlug.org/attachments/20200318/837729dc/attachment.htm>
More information about the kwlug-disc
mailing list