https://github.com/repejota/docker-alpine-python3
A docker alpine container with python3 and pip3 installed.
https://github.com/repejota/docker-alpine-python3
alpine container docker dockerfile python3
Last synced: 6 months ago
JSON representation
A docker alpine container with python3 and pip3 installed.
- Host: GitHub
- URL: https://github.com/repejota/docker-alpine-python3
- Owner: repejota
- License: apache-2.0
- Created: 2018-03-02T00:04:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T14:04:56.000Z (over 7 years ago)
- Last Synced: 2025-06-12T23:42:17.048Z (8 months ago)
- Topics: alpine, container, docker, dockerfile, python3
- Language: Makefile
- Homepage: https://hub.docker.com/r/repejota/docker-alpine-python3/
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://hub.docker.com/r/repejota/docker-alpine-python3/)
[](https://hub.docker.com/r/repejota/docker-alpine-python3/)
# Python 3.6 Docker Alpine image
This image is based on Alpine Linux image, which is only a 5MB image, and contains
[Python 3.6](https://www.python.org/) and [pip](https://pypi.org/project/pip/)
Download size of this image is only:
[](http://microbadger.com/images/repejota/docker-alpine-python3 "Get your own image badge on microbadger.com")
# Quick Start
```bash
$ make
docker: Build and publish the container to hub.docker.com
docker-build: Builds container and tag resulting image
docker-publish: Publishes container image
help: Show this help ( default )
```