forked from extern/docker
Update README.md
This commit is contained in:
parent
77fd359bd3
commit
3c1c372c30
@ -8,13 +8,13 @@ These are scripts to run BigBlueButton within Docker.
|
|||||||
To build the Docker container, run the command
|
To build the Docker container, run the command
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
docker build -t b2 .
|
docker build -t bigbluebutton .
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Here we called the BigBlueButton container `b2`. To run BigBlueButton in Docker, run the command
|
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 <HOST_IP>
|
docker run -p 80:80/tcp -p 443:443/tcp -p 1935:1935 -p 5066:5066 -p 3478:3478 -p 3478:3478/udp bigbluebutton -h <HOST_IP>
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user