docker
docker copied to clipboard
README.md not correct
In the README.md file its states this
$ git clone https://github.com/bigbluebutton/docker.git bbb-docker
$ cd bbb-docker
# use the more stable main branch (sometimes older)
$ git checkout main
doing this places you in the developement branch ,shouldn't this be something like
$ git clone -b 2.7.6 https://github.com/bigbluebutton/docker.git
$ cd docker
unless the main branch is updated to the 2.7.6 version.
Another question is, is this version 2.7.6 ready for production?