larte/postgres
The images are intended to be used for testing and development. No authentication, all connections trusted. postgis-2.x is installed.
docker run -d -p 5432:5432 \
-e PG_USER=vd \
-e PG_DB=test \
--name postgres_test \
larte/postgres:9.3
docker pull larte/postgres