rahul-thakoor / balena-rpiplay

Turn a Raspberry Pi into an Airplay server using RPiPlay to enable screen mirroring on tvs, monitors and projectors.
https://github.com/FD-/RPiPlay
1.41k stars 57 forks source link

Need more info on these lines #2

Closed ashishsantikari closed 3 years ago

ashishsantikari commented 3 years ago

https://github.com/rahul-thakoor/air-pi-play/blob/75e31b63debc3b5ef3791320563ad48119094f1b/docker-compose.yml#L9-L10

I would like to know what are these lines about

rahul-thakoor commented 3 years ago

This maps the devices from the host into the running container. It is technically not required here since we are using a privileged container but i would like to make the container not privileged and add required capabilities for rpiplay to run as a stretch goal.

You can read more here and here