Sign inSign up

ibraimgm/postgres-multiple

By ibraimgm

Updated about 6 years ago

PostgreSQL image with support for multiple databases.

Image
0

1.1K

ibraimgm/postgres-multiple repository overview

PostgreSQL with multiple databases

This is a PostgreSQL docker image with support for multiple databases. It was created with the code from this repository, forked from the original.

See the README of the Github repository for details.

Quickstart

Try this:

docker run --rm \
  -e POSTGRES_MULTIPLE_DATABASES=db1,db2,db3 \
  -e POSTGRES_PASSWORD=somepassword \
  ibraimgm/postgres-multiple

This command will create a new PostgreSQL instance, with three databases initialized (db1, db2 and db3).

Tag summary

Content type

Image

Digest

Size

108.8 MB

Last updated

about 6 years ago

docker pull ibraimgm/postgres-multiple