/docker-centos7-python36

Docker base image with python 3.6 and postgresql 9.6 client libraries based on Centos 7

Primary LanguageDockerfileMIT LicenseMIT

Python 3.6 on Centos 7

This image contains python 3.6 with preinstalled postgresql 9.6 client libraries. Based on Centos 7

Building

docker build -t quozd/centos7-python36 .

Running

docker run -it --rm quozd/centos7-python36 bash

Using as base image

FROM quozd/centos7-python36