forked from https://github.com/CentOS/CentOS-Dockerfiles/tree/master/postgres/centos7 and configured to 9.6
docker build --rm -t <yourname/postgresql .
docker run --name=postgresql -d -p 5432:5432 /postgresql
forked from https://github.com/CentOS/CentOS-Dockerfiles/tree/master/postgres/centos7 and configured to 9.6
docker build --rm -t <yourname/postgresql .
docker run --name=postgresql -d -p 5432:5432 /postgresql