Demo Postgres database for Gallium Data tutorial - see https://www.galliumdata.com/tutorial
247
This is a standard PostgreSQL 12.3 image, preloaded with some sample data.
To run it:
docker run \
-d \
--name postgres-demo \
-e PGDATA=/pgdata \
-p 5832:5432 \
galliumdata/gallium-data-demo-postgres:4
The database user name is postgres, password Password1
Content type
Image
Digest
Size
113.3 MB
Last updated
almost 6 years ago
docker pull galliumdata/gallium-data-demo-postgres:4