This repository contains Dockerfile of Python for Docker's image published to the public Docker Hub Registry.
-
Install Docker. (I need to provide more detail about getting it running on raspberry pi 2)
-
Download image from public Docker Hub Registry:
docker pull mikeholczer/docker-armhf-python
(alternatively, you can build an image from Dockerfile:
docker build -t="mikeholczer/docker-armhf-python" github.com/mikeholczer/docker-armhf-python
)
docker run -it --rm mikeholczer/docker-armhf-python
docker run -it --rm mikeholczer/docker-armhf-python python