Sign inSign up

openeuler/karma

Sponsored OSS

By openeuler

Updated 4 days ago

Image
0

10K+

openeuler/karma repository overview

Quick reference

karma | 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

TagsCurrentlyArchitectures
0.132-oe2403sp4karma 0.132 on openEuler 24.03-LTS-SP4amd64, arm64
0.128-oe2403sp4karma 0.128 on openEuler 24.03-LTS-SP4amd64, arm64
0.128-oe2403sp3karma 0.128 on openEuler 24.03-LTS-SP3amd64, arm64
0.120-oe2403ltsKarma 0.120 on openEuler 24.03-LTSamd64, arm64

Usage

  • 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:

    ParameterDescription
    -p 8080:8080Expose 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
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:b9dfe8e78

Size

78.9 MB

Last updated

4 days ago

docker pull openeuler/karma

This week's pulls

Pulls:

3

Last week