Alpine S6 Python 3
Alpine Linux Base Docker Image with Python 3 and s6-overlay.
Link to Dockerfile
This image is based on LinuxServer.io Alpine Python 2 image: github.com/linuxserver/docker-baseimage-alpine-python, itself based upon Alpine Linux and S6 overlay.
Usage Example
$ docker run --rm stibbons31/alpine-s6-python3 python3 -c 'print("Hello World")'Once you have run this command you will get printed 'Hello World' from Python!
NOTE:
pip/pip3are also available in this image.python/python3are also available in this image.