docker icon indicating copy to clipboard operation
docker copied to clipboard

README.md not correct

Open gordnhoo opened this issue 1 year ago • 0 comments

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?

gordnhoo avatar Oct 11 '24 09:10 gordnhoo