An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Docker Stars](https://img.shields.io/docker/stars/repejota/docker-alpine-python3.svg?style=flat-square)](https://hub.docker.com/r/repejota/docker-alpine-python3/)
[![Docker Pulls](https://img.shields.io/docker/pulls/repejota/docker-alpine-python3.svg?style=flat-square)](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:

[![](https://images.microbadger.com/badges/image/repejota/docker-alpine-python3.svg)](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 )
```