# cdash-docker **Repository Path**: mirrors_Kitware/cdash-docker ## Basic Information - **Project Name**: cdash-docker - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cdash-docker Deploy a cdash instance with docker and zero guess work! ## How? Build with docker: ```bash docker build -t "kitware/cdash-docker" . ``` ...or build with docker-compose ```bash docker-compose build ``` ## Deploy example application using docker-compose See `docker-compose.yml` for an example of how to deploy using the `cdash-docker` image. Add your own customizations, or deploy the example as-is! ```bash docker-compose up -d ``` Check on your instance's status: ```bash docker-compose ps ``` Once docker reports that cdash is "healthy", you're good to go! Browse your cdash instance at `localhost:8080`. ## Container Variables ### `CDASH_CONFIG` The contents, verbatim, to be included in the local CDash configuration file (`/var/www/cdash/config/config.local.php`), excluding the initial `