Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docker-hub-frolvlad/docker-alpine-python2
The smallest Docker image with Python 2.7 (~50MB)
https://github.com/docker-hub-frolvlad/docker-alpine-python2
alpine docker-image python
Last synced: about 1 month ago
JSON representation
The smallest Docker image with Python 2.7 (~50MB)
- Host: GitHub
- URL: https://github.com/docker-hub-frolvlad/docker-alpine-python2
- Owner: Docker-Hub-frolvlad
- License: mit
- Created: 2015-04-06T11:54:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T11:29:27.000Z (about 2 years ago)
- Last Synced: 2024-04-20T20:54:26.852Z (8 months ago)
- Topics: alpine, docker-image, python
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/frolvlad/alpine-python2/
- Size: 10.7 KB
- Stars: 40
- Watchers: 7
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Docker Stars](https://img.shields.io/docker/stars/frolvlad/alpine-python2.svg?style=flat-square)](https://hub.docker.com/r/frolvlad/alpine-python2/)
[![Docker Pulls](https://img.shields.io/docker/pulls/frolvlad/alpine-python2.svg?style=flat-square)](https://hub.docker.com/r/frolvlad/alpine-python2/)Python 2.7 Docker image
=======================This image is based on Alpine Linux image, which is only a 5MB image, and contains
[Python 2.7](https://www.python.org/).This image is only 53MB on disk.
Usage Example
-------------```bash
$ 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.