Skip to content

Docker image for running Kivy apps on a Raspberry Pi 3

Notifications You must be signed in to change notification settings

andrewmk/rpi-kivy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi-kivy

Docker image for running Kivy apps on a Raspberry Pi 3. Based largely on the work here https://github.com/shaunmulligan/resin-kivy plus scraps from around the internet.

Install Raspbian stretch

Install Docker

curl -sSL https://get.docker.com | sh

Pull Docker image and run app

docker run --rm -it andrewmk/rpi-kivy-1.10.1:stretch python apps/pictures/main.py

or

./run.sh apps/yourapp/main.py

Build the Docker image yourself

docker build -t you/yourimage -f Dockerfile .