Greetings!, I wanted to know if anyone had managed to install version 2.2 in docker, I am having many problems to make it work.
If I re-use the 2.0 git (with some adaptations it generates the image) it has problems to recognize the internal services, it always looks for the docker container IP even if I do a setIP, it doesn't start the tomcat, mongod, and other services.
If I use the
https://github.com/bigbluebutton/bbb-install installer inside a dockerfile, I have to make a lot of adjustments to remove checks and it doesn't get anywhere because it can't install the environment.
Did anyone have a similar problem?