larte/postgres

By larte

Updated over 9 years ago

Image
0

2.1K

Postgres

The images are intended to be used for testing and development. No authentication, all connections trusted. postgis-2.x is installed.

Usage

docker run -d -p 5432:5432 \
    -e PG_USER=vd \
    -e PG_DB=test \
    --name postgres_test \
    larte/postgres:9.3

Docker Pull Command

docker pull larte/postgres