CentOS / CentOS-Dockerfiles

Dockerfiles for various common implementations
GNU General Public License v2.0
1.86k stars 1.25k forks source link

ADD EXTENTIOn #44

Open jdelobel opened 8 years ago

jdelobel commented 8 years ago

Is-it possible to create a container with an EXTENSION (like DB_USER or DB_PASS)?

Example: docker run ..... -e 'DB_USER=myUser' -e 'EXTENSION=citext'

goern commented 8 years ago

Could you describe a little bit more in detail what you are looking for? What the behavior should be?