This image will install Postgres Database with Sample data: follow below steps:
docker pull udandy/postgres
docker run -d --name postgresql_database -e POSTGRESQL_DATABASE=db -p 5432:5432 <image_name>
Inside Container:
createdb -U postgres Organisation
pg_restore -C -U postgres -d Organisation /home/Organisation.bak
Content type
Image
Digest
Size
99.5 MB
Last updated
over 9 years ago
docker pull udandy/postgres