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.
curl -sSL https://get.docker.com | sh
docker run --rm -it andrewmk/rpi-kivy-1.10.1:stretch python apps/pictures/main.py
or
./run.sh apps/yourapp/main.py
docker build -t you/yourimage -f Dockerfile .