From 93b8a0ba8a3ad271c5639406b0696b6c1cebd8a1 Mon Sep 17 00:00:00 2001 From: Fred Dixon Date: Mon, 17 Sep 2018 12:51:21 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b07405f..b91dbeb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,13 @@ These are scripts to run BigBlueButton within Docker. -To run BigBlueButton in Docker, run the command +To build the Docker container, run the command + +~~~ +docker build -t b2 . +~~~ + +Here we called the BigBlueButton container `b2`. To run BigBlueButton in Docker, run the command ~~~ docker run -p 80:80/tcp -p 443:443/tcp -p 1935:1935 -p 5066:5066 -p 3478:3478 -p 3478:3478/udp b2 -h