Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jojoee/docker-alpine-python3-psycopg2
- Owner: jojoee
- License: mit
- Created: 2019-01-03T06:19:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T16:02:49.000Z (over 4 years ago)
- Last Synced: 2024-11-07T12:34:44.518Z (3 months ago)
- Topics: alpine, docker-image, psycopg2, python
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/jojoee/alpine-python3-psycopg2/
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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