docker image for testing python web-postgres stack
1.2K
How to run:
put the python file (e.g main.py) that needs to import flask, sqlalchemy or psycopg in a directory, say $(pwd)
$ docker run -v $(pwd):/app -it nhong/flask-sqlalchemy-psycopg python main.py
Content type
Image
Digest
Size
144.2 MB
Last updated
about 10 years ago
docker pull nhong/flask-sqlalchemy-psycopg