The official Netdata docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current Netdata docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Netdata is an open-source, real-time infrastructure monitoring platform. Monitor, detect, and act across your entire infrastructure.
Learn more on netdata website.
The tag of each netdata docker image is consist of the version of netdata and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 2.8.3-oe2403sp4 | netdata 2.8.3 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 2.8.3-oe2403sp2 | netdata 2.8.3 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 2.8.0-oe2403sp2 | netdata 2.8.0 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 2.7.3-oe2403sp2 | netdata 2.7.3 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 2.7.1-oe2403sp2 | netdata 2.7.1 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 2.7.0-oe2403sp2 | netdata 2.7.0 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 2.6.3-oe2403sp1 | netdata 2.6.3 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 2.5.0-oe2403sp1 | Netdata 2.5.0 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Pull the openeuler/netdata image from docker
docker pull openeuler/netdata:{Tag}
Run with an interactive shell
You can start the container with an interactive shell to use netdata.
docker run -it --rm openeuler/netdata:{Tag} bash
Run the Netdata process
Execute the following command to start Netdata manually.
netdata/bin/netdata
This starts the Netdata monitoring agent in the foreground, you can run it in the background using & if needed.
Access the web dashboard
Once Netdata is running, you can access web dashboard.
http://localhost:19999
This will bring up the Netdata real-time monitoring dashboard, where you can view system metrics such as CPU, memory, disk I/O, network traffic, and more.
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:824549903…
Size
364.1 MB
Last updated
2 months ago
docker pull openeuler/netdataPulls:
25
Last week