xmosengineering / dockerfiles

0 stars 2 forks source link

dockerfiles/cdash #1

Open Flosens opened 7 years ago

Flosens commented 7 years ago

Sorry for contacting you through this issue, but I have not found any email to rely to. Thank you very much for sharing your cdash/docker setup. I am trying to use it but I cannot figure out how to properly get it to work. Would you mind letting me know how to properly run/start the container ?

Cheers.

klirichek commented 7 years ago

Look into main startup script run_server.sh All %-variables are set there from env. Database is neither set/not exists in the container, you need to link with database server from outside (just set all address/credentials in the env). The easiest way is to use the container as the base for your own, and set all necessary env there. (also, you can install mysql there if you want, and so, use localhost for DB, having in mind all necessary steps to persist the data when container is stopped)