The official Karma docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current karma docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Karma is an alert dashboard for Prometheus Alertmanager. Alertmanager UI is useful for browsing alerts and managing silences, but it’s lacking as a dashboard tool - karma aims to fill this gap.
Learn more on karma website.
The tag of each karma docker image is consist of the version of karma and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 0.132-oe2403sp4 | karma 0.132 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 0.128-oe2403sp4 | karma 0.128 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 0.128-oe2403sp3 | karma 0.128 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 0.120-oe2403lts | Karma 0.120 on openEuler 24.03-LTS | amd64, arm64 |
Launch this image locally:
docker run -d --name my-karma -p 8080:8080 openeuler/karma:0.120-oe2403lts
After the instance my-karma is started, access Karma instance at http://localhost:8080.
Parameters:
| Parameter | Description |
|---|---|
-p 8080:8080 | Expose Karma on localhost:9092. |
To debug the container
docker logs -f my-karma
To get an interactive shell
docker exec -it my-karma /bin/bash
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:b9dfe8e78…
Size
78.9 MB
Last updated
4 days ago
docker pull openeuler/karmaPulls:
3
Last week