https://github.com/deric/docker-icinga2-dashing
https://github.com/deric/docker-icinga2-dashing
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deric/docker-icinga2-dashing
- Owner: deric
- License: apache-2.0
- Created: 2018-01-29T16:13:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T17:37:30.000Z (over 8 years ago)
- Last Synced: 2025-05-28T00:37:26.177Z (about 1 year ago)
- Language: Makefile
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# icinga2-dashing
A Docker image for [dashing-icinga2](https://github.com/Icinga/dashing-icinga2).
## Building
Checkouts git tag `v1.3.0`. Make sure you have at least Docker 17.05, `make` and `git` installed locally.
```
make build v=v1.3.0
```
## Running image
```
docker run -it -p 8005:8005\
-e ICINGA2_API_HOST='localhost'\
-e ICINGA2_API_PORT=5665\
-e ICINGA2_API_USERNAME='root'\
-e ICINGA2_API_PASSWORD='icinga'\
deric/icinga2-dashing
```