Painted-Fox / docker-postgresql

A dockerfile that produces a docker image that runs postgresql.
MIT License
72 stars 57 forks source link

Add ability to create a database on run via `-e DB` flag #3

Closed jonmorehouse closed 10 years ago

jonmorehouse commented 10 years ago

By passing -e DB=database_name upon run, database will automatically be created

Painted-Fox commented 10 years ago

This is great! Thank you!