Sign inSign up

ngaddour/reviews

By ngaddour

•Updated about 11 years ago

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

Image
0

275

ngaddour/reviews repository overview

⁠PostgreSQL 9.4

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

run with endpoint script (data inserting):

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

run directly in bash (without endpoint):

# run image
$ docker run -t -i nidhal1925/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:e96ada48f…

Size

178.1 MB

Last updated

about 11 years ago

docker pull ngaddour/reviews:1.0