Docker image for Python GPIO apps on Raspberry Pi, ideal for deploying and testing GPIO projects.
817
Docker Image for Running Python Applications on Raspberry Pi: Specifically designed to handle GPIO pin manipulation, this image provides an efficient environment for deploying and testing Python-based applications that interact ith the Raspberry Pi's hardware. Ideal for developers looking to containerize their GPIO-driven projects.
Docker image: jfig/rpi-docker-python-gpio
Github repo: https://github.com/jfig/rpi-docker-python-gpio
docker run --device /dev/gpiomem --group-add gpio jfig/rpi-docker-python-gpio
On first execution /usr/src/scripts/entrypoint.sh is run to install python packages on packages.txt and remove gcc.
gcc is left on the Docker Image because some Python Images require it to
install.
Name of the python application that is run by default on container startup.
Default: app.py
Content type
Image
Digest
sha256:1c53dabe0…
Size
130.2 MB
Last updated
over 2 years ago
docker pull jfig/rpi-docker-python-gpio