Docker image for postgres9.4 with initialized database (Amazon reviews 98)
2.6K
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
Content type
Image
Digest
sha256:7ccab37ca…
Size
178.2 MB
Last updated
almost 11 years ago
docker pull ngaddour/postgres