| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 10 个月前 | ||
| 9 个月前 | ||
| 8 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 4 个月前 |
Quick reference
-
The official Loki docker image.
-
Maintained by: openEuler CloudNative SIG.
-
Where to get help: openEuler CloudNative SIG, openEuler.
Loki | openEuler
Current Loki docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Loki is a horizontally scalable, highly available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream.
Learn more on Loki Website.
Supported tags and respective Dockerfile links
The tag of each loki docker image is consist of the version of loki and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 3.6.4-oe2403sp3 | loki 3.6.4 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 3.6.2-oe2403sp2 | loki 3.6.2 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 3.5.8-oe2403sp2 | loki 3.5.8 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 3.5.7-oe2403sp2 | loki 3.5.7 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 2.9.5-oe2203sp3 | Grafana Loki 2.9.5 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 3.2.1-oe2203sp1 | Grafana Loki 3.2.1 on openEuler 22.03-LTS-SP1 | amd64, arm64 |
| 3.2.1-oe2203sp3 | Grafana Loki 3.2.1 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 3.2.1-oe2203sp4 | Grafana Loki 3.2.1 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 3.2.1-oe2403lts | Grafana Loki 3.2.1 on openEuler 24.03-LTS | amd64, arm64 |
| 3.3.1-oe2203sp1 | Grafana Loki 3.3.1 on openEuler 22.03-LTS-SP1 | amd64, arm64 |
| 3.3.1-oe2203sp3 | Grafana Loki 3.3.1 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 3.3.1-oe2203sp4 | Grafana Loki 3.3.1 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 3.3.1-oe2403lts | Grafana Loki 3.3.1 on openEuler 24.03-LTS | amd64, arm64 |
| 3.3.2-oe2203sp1 | Grafana Loki 3.3.2 on openEuler 22.03-LTS-SP1 | amd64, arm64 |
| 3.3.2-oe2203sp3 | Grafana Loki 3.3.2 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 3.3.2-oe2203sp4 | Grafana Loki 3.3.2 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 3.3.2-oe2403lts | Grafana Loki 3.3.2 on openEuler 24.03-LTS | amd64, arm64 |
| 3.5.0-oe2403sp1 | Grafana Loki 3.5.0 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 3.5.5-oe2403sp2 | Grafana Loki 3.5.5 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
Usage
In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.
-
Pull the
openeuler/lokiimage from dockerdocker pull openeuler/loki:{Tag} -
Start a loki instance
docker run -d --name my-loki -p 3100:3100 openeuler/loki:{Tag}After the instance
my-lokiis started, access the Loki service throughhttp://localhost:3100. -
Container startup options
Option Description -p 3100:3100Expose loki on localhost:8080.-v lokidata:/lokiPersist data in a docker volume named lokidata.-v /path/to/config/file:/etc/loki/local-config.yamlLocal configuration file local-config.yml. -
View container running logs
docker logs -f my-loki -
To get an interactive shell
docker exec -it my-loki /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.