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: 12 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T11:29:27.000Z (over 2 years ago)
- Last Synced: 2025-04-13T22:04:07.298Z (3 months ago)
- Topics: alpine, docker-image, python
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/frolvlad/alpine-python2/
- Size: 10.7 KB
- Stars: 45
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://hub.docker.com/r/frolvlad/alpine-python2/)
[](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.