Add instructions to run docker without sudo

pull/10/head
Tiago D J 3 years ago committed by GitHub
parent 48f990d6be
commit a4041c63b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,6 +62,16 @@ openssl x509 -req -in ${HOSTNAME}.csr -CA bbb-dev-ca.crt -CAkey bbb-dev-ca.key -
cd
```
## Docker setup
The next script depends on having docker available to your user, so before proceeding, run the following command:
```sh
sudo usermod -aG docker `whoami`
sudo reboot
```
## Container setup
This docker image is running a single container with BBB packages built from `develop` branch.

Loading…
Cancel
Save