Sign inSign up

denibertovic/postgres

By denibertovic

Updated almost 11 years ago

PostgreSQL image (9.3, 9.2 and 9.1)

Image
0

2.3K

denibertovic/postgres repository overview

PostgreSQL

Available versions: 9.3, 9.2 and 9.1

Clone the repo

git clone https://github.com/denibertovic/postgresql-dockerfile

Build

cd 9.3/
docker build -t postgres:9.3 .

Or pull from the index:

docker pull denibertovic/postgres:9.3

Run it:

docker run -p 5432:5432 -i denibertovic/postgres:9.3

Test it (the default password is 'password'):

psql -Upostgres -h localhost
Evironment Variables in Dockerfile:

Password used for Postgres superuser (change this):

ENV PG_SUPER_PASS

Tag summary

Content type

Image

Digest

sha256:3b5468fcd

Size

163.8 MB

Last updated

almost 11 years ago

docker pull denibertovic/postgres