mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-18 10:56:50 +02:00
Minor edits to README.md
This commit is contained in:
parent
3c1c372c30
commit
c1796a7863
10
README.md
10
README.md
@ -3,26 +3,22 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
These are scripts to run BigBlueButton within Docker.
|
These are scripts to build a Docker that runs BigBlueButton with both the Flash and HTML5 client. To build the Docker container, run the command
|
||||||
|
|
||||||
To build the Docker container, run the command
|
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
docker build -t bigbluebutton .
|
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 `bigbluebutton`. 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 bigbluebutton -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 of the server on which you run the docker command. Once running, you can navigate to `http://<HOST_IP>` to access your BigBlueButton server.
|
||||||
|
|
||||||
For details see the [setup instructions](http://docs.bigbluebutton.org/install/docker.html).
|
For details see the [setup instructions](http://docs.bigbluebutton.org/install/docker.html).
|
||||||
|
|
||||||
Once running, you can navigate to `http://<YOUR_HOST_IP>` to access your BigBlueButton server.
|
|
||||||
|
|
||||||
## Future Plans
|
## Future Plans
|
||||||
|
|
||||||
Our goal was to allow developers to run BigBlueButton server with a single command. This Docker image is not meant for production use, but rather for testing and trying out BigBlueButton.
|
Our goal was to allow developers to run BigBlueButton server with a single command. This Docker image is not meant for production use, but rather for testing and trying out BigBlueButton.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user