WiringPi
wiringpi.comWiringPiis a PINbased GPIO access library written in C for the BCM2835, BCM2836 and BCM2837 SoC devices used in all Raspberry Pi.versions. The source code is not publicly available but may be made available to those who wish commercial support. It is designed for use with C and RTB (BASIC) ON THE RASPBERRY PI ONLY.
Docker Hub
hub.docker.com › r › hypriotThis is a minimal Docker image with the WiringPi binary gpio to access the GPIO pins of the Raspberry Pi from a Docker container. Pull the image docker pull hypriot/rpi-gpio Run the container docker run --rm --cap-add SYS_RAWIO --device /dev/mem hypriot/rpi-gpio readall See also http://wiringpi.com/ License
Docker Hub
https://hub.docker.com/r/hypriot/rpi-gpio/#!Dockerized gpio binary of wiringPi for the Raspberry Pi. Container. Pulls 2.7K. Overview Tags. This is a minimal Docker image with the WiringPi binary gpio to access the GPIO pins of the Raspberry Pi from a Docker container.