Add instructions to use /tmp to exchange files

This commit is contained in:
Gustavo Trott 2023-02-01 10:25:05 -03:00
parent c52f0df11a
commit fe7f12f3d0

View File

@ -66,7 +66,12 @@ ssh bbb26
Replace **bbb26** with the {name} param of `create_bbb.sh` Replace **bbb26** with the {name} param of `create_bbb.sh`
That's all, open https://bbb26.test in your browser and enjoy. ### Use `/tmp` to exchange files
The directory `/tmp` is shared between the host and the container. So you can use this directory to exchange files between them.
### Start using BigBlueButton
That's all, open https://bbb26.test (or your custom `https://{name}.{domain}`) in your browser and enjoy.
PS: if you see certificate error in your browser, you need to add the CA certificate in it's trusted certificates. Instructions for Chrome and Firefox can be found [here](https://github.com/bigbluebutton/docker-dev/issues/1) PS: if you see certificate error in your browser, you need to add the CA certificate in it's trusted certificates. Instructions for Chrome and Firefox can be found [here](https://github.com/bigbluebutton/docker-dev/issues/1)