All Projects → Docker-Hub-frolvlad → docker-alpine-python2

Docker-Hub-frolvlad / docker-alpine-python2

Licence: MIT license
The smallest Docker image with Python 2.7 (~50MB)

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-alpine-python2

addon-base
Docker base images (Alpine) - Home Assistant Community Add-ons
Stars: ✭ 25 (-30.56%)
Mutual labels:  alpine
urbit-docker
No description or website provided.
Stars: ✭ 16 (-55.56%)
Mutual labels:  alpine
mailbox
📨 簡易電子報發送系統,使用 #Golang 實作,send campaign mail with open, click tracker.
Stars: ✭ 26 (-27.78%)
Mutual labels:  alpine
node-docker
Guide for Writing Dockerfiles for Node.js Applications
Stars: ✭ 91 (+152.78%)
Mutual labels:  alpine
docker-node-ci
The Docker image based on the official "node" image optimized for a CI environment
Stars: ✭ 18 (-50%)
Mutual labels:  alpine
docker-ansible
Alpine-based multistage-build version of Ansible for reproducible usage in CI
Stars: ✭ 168 (+366.67%)
Mutual labels:  alpine
terragrunt
Auto-trigger docker build for terragrunt when new terraform version released
Stars: ✭ 23 (-36.11%)
Mutual labels:  alpine
nghttp2-alpine
Minimal nghttp2 docker image with ALPN support
Stars: ✭ 14 (-61.11%)
Mutual labels:  alpine
torpool
Containerized pool of multiple Tor instances with load balancing and HTTP proxy.
Stars: ✭ 42 (+16.67%)
Mutual labels:  alpine
docker-alpine
Docker Alpine Linux Base Images
Stars: ✭ 27 (-25%)
Mutual labels:  alpine
alpine-grafana
alpine-grafana
Stars: ✭ 14 (-61.11%)
Mutual labels:  alpine
alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+538.89%)
Mutual labels:  alpine
11ta-template
Deeply customizable, full-featured, ready to publish blog template built with 11ty, TailwindCSS, & Alpine.js
Stars: ✭ 98 (+172.22%)
Mutual labels:  alpine
http-server
A Java HTTP server in 35MB Docker image
Stars: ✭ 17 (-52.78%)
Mutual labels:  alpine
adoteumdev
The AdoteUmDev project
Stars: ✭ 101 (+180.56%)
Mutual labels:  alpine
nginx
Nginx docker container image
Stars: ✭ 54 (+50%)
Mutual labels:  alpine
docker-dataset
Docker database images with pre-populated data for testing and/or practice.
Stars: ✭ 35 (-2.78%)
Mutual labels:  alpine
docker-terraform-docs
Alpine-based multistage-build version of terraform-docs and terraform-docs-replace in multiple versions to be used for CI and other reproducible automations
Stars: ✭ 59 (+63.89%)
Mutual labels:  alpine
docker-opengl
Multi-Arch Docker - Mesa 3D OpenGL Software Rendering (Gallium) - LLVMpipe, and OpenSWR Drivers
Stars: ✭ 68 (+88.89%)
Mutual labels:  alpine
docker-network-tools
A Docker image with various network tools pre-installed.
Stars: ✭ 46 (+27.78%)
Mutual labels:  alpine

Docker Stars Docker Pulls

Python 2.7 Docker image

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

This image is only 53MB on disk.

Usage Example

$ docker run --rm frolvlad/alpine-python2 python -c 'print u"Hello World"'

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

NOTE: pip 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].