Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

mielune/docker-alpine-python3-arm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Stars Docker Pulls

Python 3 Docker image for ARM arch

This image is based on Alpine Linux image build by Hypriot for Raspberry Pi, which is only a 6.7MB image, The latest release is based on the stable 3.5 Alpine packages and contains Python 3.5.2. The edge release is based on the 'edge' Alpine packages and contains Python 3.6.1.

Download size of this image is only:

Python 3.5 Python 3.6

Usage

Example for Python 3.5 (latest/stable release of Alpine)

$ docker run --rm mielune/alpine-python3-arm python3 -c 'print("Hello World")'

Example for Python 3.6 (edge/unstable release of Alpine)

$ docker run --rm mielune/alpine-python3-arm:edge python3 -c 'print("Hello World")'

Once you have run this command you will get printed 'Hello World' from Python!

NOTE: pip/pip3 is also available in this image.

Thank's to Hypriot for the Raspberry build of Alpinelinux and to frolvlad for the Alpine-Python3 project from where I forked.

About

The smallest Docker image for ARM arch with Python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published