Sign inSign up

udandy/postgres

By udandy

•Updated over 9 years ago

Docker Image with Postgres Database

Image
0

1.1K

udandy/postgres repository overview

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

Tag summary

Content type

Image

Digest

Size

99.5 MB

Last updated

over 9 years ago

docker pull udandy/postgres