https://github.com/krisrang/docker-postgresql
PostgreSQL dockerfile
https://github.com/krisrang/docker-postgresql
Last synced: 3 months ago
JSON representation
PostgreSQL dockerfile
- Host: GitHub
- URL: https://github.com/krisrang/docker-postgresql
- Owner: krisrang
- Created: 2013-12-02T19:43:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T08:55:14.000Z (about 12 years ago)
- Last Synced: 2025-10-28T14:48:25.383Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PostgreSQL 9.3 image
===
Run command
docker run -d -name postgresql -p 5432:5432 -v /data/postgres:/data/main pebbles/postgresql
Logins
* User: docker
* Password: docker
Persistent storage
---
This image uses persistent storage that located at /data/main in the image