zurajm / docker-alpine-python3

Python3 Alpine multiarch automated build

Home Page:https://hub.docker.com/repository/docker/zurajm/docker-alpine-python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Cloud Build Status Docker Stars Docker Pulls

Python 3.7 Docker image - Multiarch build

Forked from this repo, with automated multiarch build hooks from this repo.

This image is based on Alpine Linux image, which is only a 5MB image, and contains Python 3.7.

Download size of this image is only:

MicroBadger Size (tag)

Usage Example

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

Once you have run this command you will get printed 'Hello World' from Python! Or use it interactivelly:

$ docker run -it --rm frolvlad/alpine-python3 python3

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

About

Python3 Alpine multiarch automated build

https://hub.docker.com/repository/docker/zurajm/docker-alpine-python3

License:MIT License


Languages

Language:Shell 78.3%Language:Dockerfile 21.7%