From ba25d4dfebd5c1a450d478141603665fe0a2dfd1 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 27 Oct 2017 16:24:21 -0400 Subject: [PATCH] add a quick setup to readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6211312..7fbc408 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,14 @@ These are scripts to run BigBlueButton within Docker. -See [setup instructions](http://docs.bigbluebutton.org/labs/docker.html). +For detailed instructions on how to setup BigBlueButton in Docker, see the [setup instructions](http://docs.bigbluebutton.org/labs/docker.html). + +To run BigBlueButton in Docker with a single command, run: + +~~~ +docker run -p 80:80/tcp -p 1935:1935/tcp -p 5066:5066/tcp -p 32730-32768:32730-32768/udp -p 2202:2202 --cap-add=NET_ADMIN --name bigbluebutton bigbluebutton/bigbluebutton -h +~~~ + +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. + +Once running, you can navigate to `http://` to access your BigBlueButton server.