Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jojoee/docker-alpine-python3-psycopg2

Smallest Docker image with Python 3 + psycopg2
https://github.com/jojoee/docker-alpine-python3-psycopg2

alpine docker-image psycopg2 python

Last synced: 28 days ago
JSON representation

Smallest Docker image with Python 3 + psycopg2

Awesome Lists containing this project

README

        

# docker-alpine-python3-psycopg2

[![Docker Stars](https://img.shields.io/docker/stars/jojoee/alpine-python3-psycopg2.svg?style=flat-square)](https://hub.docker.com/r/jojoee/alpine-python3-psycopg2/)
[![Docker Pulls](https://img.shields.io/docker/pulls/jojoee/alpine-python3-psycopg2.svg?style=flat-square)](https://hub.docker.com/r/jojoee/alpine-python3-psycopg2/)
[![Image](https://images.microbadger.com/badges/image/jojoee/alpine-python3-psycopg2.svg)](http://microbadger.com/images/jojoee/alpine-python3-psycopg2)

Python 3.6 + `psycopg2` Docker image

## Usage

```bash
$ docker run -it --rm jojoee/alpine-python3-psycopg2 python3
```

## TODO
- [ ] Update usage section

## Reference
- https://github.com/frol/docker-alpine-python3
- https://github.com/frol/docker-alpine-python3/issues/1