https://github.com/kitware/cdash-docker
https://github.com/kitware/cdash-docker
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitware/cdash-docker
- Owner: Kitware
- Created: 2018-04-28T02:35:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T13:25:56.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T08:23:24.632Z (10 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 15
- Watchers: 3
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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 `