All Projects → Docker-Hub-frolvlad → Docker Alpine Python3

Docker-Hub-frolvlad / Docker Alpine Python3

Licence: mit
The smallest Docker image with Python 3.7 (~57MB)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Docker Alpine Python3

Docker Alpine Python Machinelearning
Small Docker image with Python Machine Learning tools (~180MB) https://hub.docker.com/r/frolvlad/alpine-python-machinelearning/
Stars: ✭ 76 (-65.14%)
Mutual labels:  alpine, docker-image
Alpine Android
🐋 Small docker image for building & testing Android applications.
Stars: ✭ 116 (-46.79%)
Mutual labels:  alpine, docker-image
Uvicorn Gunicorn Starlette Docker
Docker image with Uvicorn managed by Gunicorn for high-performance Starlette web applications in Python 3.7 and 3.6 with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 92 (-57.8%)
Mutual labels:  alpine, docker-image
Dockerfiles
lots of dockerfiles, based on alpine
Stars: ✭ 69 (-68.35%)
Mutual labels:  alpine, docker-image
Docker Github Pages
🐳 Alpine Docker Image for GitHub Pages and Jekyll powered sites
Stars: ✭ 147 (-32.57%)
Mutual labels:  alpine, docker-image
Dockerfile
📦 Dockerfiles from WebDevOps for PHP, Apache and Nginx (with PHP5 and PHP7)
Stars: ✭ 1,169 (+436.24%)
Mutual labels:  alpine, docker-image
Gocv Alpine
GoCV-compatible OpenCV 3.4 Alpine 3.7 Docker image
Stars: ✭ 95 (-56.42%)
Mutual labels:  alpine, docker-image
Docker Alpine Glibc
Carefully crafted Alpine Docker image with glibc (~12MB)
Stars: ✭ 581 (+166.51%)
Mutual labels:  alpine, docker-image
Dockerfiles
Phalcon Dockerfiles used for internal purposes.
Stars: ✭ 145 (-33.49%)
Mutual labels:  alpine, docker-image
Ipxe Buildweb
iPXE Prebuilt binary web interface
Stars: ✭ 119 (-45.41%)
Mutual labels:  alpine, docker-image
Socat
Run socat command in alpine container
Stars: ✭ 53 (-75.69%)
Mutual labels:  alpine, docker-image
Docker Android Sdk
Stars: ✭ 171 (-21.56%)
Mutual labels:  alpine, docker-image
Uvicorn Gunicorn Fastapi Docker
Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python 3.6 and above with performance auto-tuning. Optionally with Alpine Linux.
Stars: ✭ 1,014 (+365.14%)
Mutual labels:  alpine, docker-image
Docker Ruby Node
🐳 Alpine Docker Image with latest versions of Ruby, Node.js and yarn installed. This Docker Image is actively maintained and updated regularly.
Stars: ✭ 74 (-66.06%)
Mutual labels:  alpine, docker-image
Postgresql Postgis Timescaledb
PostgreSQL + PostGIS + TimescaleDB docker image 🐘🌎📈
Stars: ✭ 19 (-91.28%)
Mutual labels:  alpine, docker-image
Docker Oidc Proxy
Docker Image built on Alpine Linux for secure OpenID Connect (OIDC) proxy authentication
Stars: ✭ 91 (-58.26%)
Mutual labels:  alpine, docker-image
Meinheld Gunicorn Flask Docker
Docker image with Meinheld and Gunicorn for Flask applications in Python. Optionally with Alpine Linux.
Stars: ✭ 336 (+54.13%)
Mutual labels:  alpine, docker-image
Uwsgi Nginx Docker
Docker image with uWSGI and Nginx for applications in Python 3.5 and above and Python 2.7 (as Flask) in a single container. Optionally with Alpine Linux.
Stars: ✭ 466 (+113.76%)
Mutual labels:  alpine, docker-image
Alpine Mariadb
MariaDB running on Alpine Linux [Docker]
Stars: ✭ 117 (-46.33%)
Mutual labels:  alpine, docker-image
Docker Elasticsearch Alpine
Alpine Linux based Elasticsearch Docker Image
Stars: ✭ 154 (-29.36%)
Mutual labels:  alpine, docker-image

Docker Stars Docker Pulls

Python 3.8 Docker image

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

Download size of this image is only:

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].