Postgres image with postgis extension and support for creation of multiple databases on start
4.9K
Postgres image with postgis extension and support for creation of multiple databases on start by using the environment variable POSTGRES_DBS
docker run --name mypgserver -e POSTGRES_PASSWORD=secret -e POSTGRES_DBS=db1,db2,db3 -d zebrafuel/postgis
Content type
Image
Digest
Size
209.5 MB
Last updated
over 8 years ago
docker pull zebrafuel/postgis