Is your feature request related to a problem? Please describe.
Currently it appears difficult to use raspberryio in a container (or at least not obvious how to).
I see this error
wiringPiSetup: Unable to open /dev/mem or /dev/gpiomem: No such file or directory.
Aborting your program because if it can not access the GPIO
hardware then it most certianly won't work
Try running with sudo?
Is your feature request related to a problem? Please describe. Currently it appears difficult to use raspberryio in a container (or at least not obvious how to).
I see this error
Currently using .Net Core 3.1 and:
Dockerfille:
Project: https://github.com/thnk2wn/rasp-cat-siren/tree/master/siren
Describe the solution you'd like
Describe alternatives you've considered I've looked at these threads so far and am still experimenting:
Additional context Add any other context or screenshots about the feature request here.