PostgreSQL image with support for multiple databases.
1.1K
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.
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).
Content type
Image
Digest
Size
108.8 MB
Last updated
about 6 years ago
docker pull ibraimgm/postgres-multiple