Sign inSign up

ngaddour/postgres

By ngaddour

•Updated almost 11 years ago

Docker image for postgres9.4 with initialized database (Amazon reviews 98)

Image
0

2.6K

ngaddour/postgres repository overview

⁠PostgreSQL 9.4

Source Project⁠

Postgres image with Amazon reviews⁠ data in json/jsonb format

run with entrypoint script (data inserting):

$ docker run -t -i ngaddour/postgres:latest

run directly in bash (without entrypoint):

# run image
$ docker run -t -i ngaddour/postgres:latest bin/bash
#start postgres service 
$ /etc/init.d/postgresql start
#connect to reviews db with role onyme
psql -h localhost -p 5432 -U onyme -d reviews -W

db password: admin

Tag summary

Content type

Image

Digest

sha256:7ccab37ca…

Size

178.2 MB

Last updated

almost 11 years ago

docker pull ngaddour/postgres