https://github.com/ghusta/docker-postgres-initdb
Custom postgres image with database init
https://github.com/ghusta/docker-postgres-initdb
Last synced: about 1 month ago
JSON representation
Custom postgres image with database init
- Host: GitHub
- URL: https://github.com/ghusta/docker-postgres-initdb
- Owner: ghusta
- Created: 2016-07-05T15:31:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T11:18:42.000Z (over 9 years ago)
- Last Synced: 2025-02-24T13:48:41.322Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use this image
## start a postgres instance
$ docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d me/postgres:9.4