Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 453 Bytes

DOCKERHUB.md

File metadata and controls

27 lines (17 loc) · 453 Bytes

Purpose

The purpose of this container is to create a Python 3.7 environment for use with Raspberry Pi 4 (armv7l).

Source

GitHub

Docker

Pull it.

docker pull oneoffcoder/rpi-python37:latest

Run it.

docker run -it oneoffcoder/rpi-python37

Observe it.

docker run -it oneoffcoder/rpi-python37 python3.7 -c "print('hello, world')"