This repository was archived by the owner on Nov 30, 2017. It is now read-only.
Improvements
- Introducing additional Docker image with Madlib extension support, thanks to @mwright-pivotal (see #6)
- New base image from which to install custom/alternate PostgreSQL (see
images/postgresql95-madlib-base/Dockerfilewhich installs postgresql from source including--with-pythonfor python2 support required for madlib) - Custom docker images can override
$DOCKER_IMAGE_NAMEso it shows up in the getting started usage example. Seedocker run dingotiles/dingo-postgresql-madlibfor an example output`.
Installation
Normal image (with Postgis extension support):
docker pull dingotiles/dingo-postgresql:latest
docker pull dingotiles/dingo-postgresql:v0.0.11
docker run dingotiles/dingo-postgresql
Image with Madlib extension support:
docker pull dingotiles/dingo-postgresql-madlib:latest
docker pull dingotiles/dingo-postgresql-madlib:v0.0.11
docker run dingotiles/dingo-postgresql-madlib