Sign inSign up

dylanfoster/postgres

By dylanfoster

Updated almost 11 years ago

Image
0

6.3K

dylanfoster/postgres repository overview

Postgres

PostgreSQL is a powerful, open source object-relational database system.

Usage

docker run --rm -it \
  -e POSTGRES_DB postgres \
  -e POSTGRES_PASSWORD postgres \
  -e POSTGRES_USER postgres \
  -v data:/var/lib/postgresql/data \
  dylanfoster/postgres:9.4

Tag summary

Content type

Image

Digest

sha256:8e730a017

Size

16.8 MB

Last updated

almost 11 years ago

docker pull dylanfoster/postgres