Sign inSign up

gmouchakis/postgis

By gmouchakis

•Updated over 9 years ago

PostgreSQL 9.4 with PostGIS

Image
0

1.2K

gmouchakis/postgis repository overview

⁠docker-postgis

This is the docker container for postgis.

To build docker-postgis go into the docker-postgis directory and run

docker build -t postgis .

To run it

docker run --name postgis -p 5432:5432 postgis

To keep data in a host directory run it as

docker run --name postgis -p 5432:5432 -v /path/to/data:/var/lib/postgresql/9.4/main postgis

Tag summary

Content type

Image

Digest

Size

194.1 MB

Last updated

over 9 years ago

docker pull gmouchakis/postgis