Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 1.03 KB

File metadata and controls

27 lines (12 loc) · 1.03 KB

Python Dockerfile

This repository contains Dockerfile of Python for Docker's image published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker. (I need to provide more detail about getting it running on raspberry pi 2)

  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)

Usage

docker run -it --rm mikeholczer/docker-armhf-python

Run python

docker run -it --rm mikeholczer/docker-armhf-python python