Sign inSign up

galliumdata/gallium-data-demo-postgres

By galliumdata

Updated almost 6 years ago

Demo Postgres database for Gallium Data tutorial - see https://www.galliumdata.com/tutorial

Image
0

247

galliumdata/gallium-data-demo-postgres repository overview

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

Tag summary

Content type

Image

Digest

Size

113.3 MB

Last updated

almost 6 years ago

docker pull galliumdata/gallium-data-demo-postgres:4