mgramin / docker-postgres-up-from-dump

Postgres image with dump data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-postgres-up-from-dump

Postgres image with dump data.

Build it:

Build with Postgres Pro demo database dump:

docker build --build-arg DUMP_URI=https://edu.postgrespro.ru/demo-small.zip -t postgres-pro-small-demo-db .

Build without dump:

docker build --build-arg .

Run it:

docker run -d --name pg_demo_db -e POSTGRES_PASSWORD=postgres -t -p 5432:5432 postgres-pro-small-demo-db

About

Postgres image with dump data

License:MIT License


Languages

Language:Dockerfile 100.0%