jbfavre / docker-vertica

Docker images collection for Vertica database
GNU General Public License v3.0
40 stars 36 forks source link

Configure database name from env param #8

Closed carlos-verdes closed 5 years ago

carlos-verdes commented 6 years ago

Add on the entrypoint a env param to be able to create different database name. I would modify also the Dockerfiles to change the folder used to something more generic but I wanted to keep the minimum changes needed to be able to create a different database. In my case I need this change to reproduce a production environment in a local container to do some integration tests.

I hope you find this useful.

jbfavre commented 6 years ago

Hi @carlos-verdes Thanks for your contribution. I'll have a look at it when back to work, starting next week.