PostgreSQL image (9.3, 9.2 and 9.1)
2.3K
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
Password used for Postgres superuser (change this):
ENV PG_SUPER_PASS
Content type
Image
Digest
sha256:3b5468fcd…
Size
163.8 MB
Last updated
almost 11 years ago
docker pull denibertovic/postgres