Sign inSign up

ibhde/netdata

By ibhde

•Updated almost 8 years ago

real-time charts for system monitoring

Image
0

2.4K

ibhde/netdata repository overview

⁠netdata - real-time charts for system monitoring

These are docker images for netdata⁠ based on the official Debian GNU/Linux or Alpine Linux packages.

⁠Tagged Docker Images

Images are tagged according to the installed netdata version.

⁠Usage

⁠docker run
$ docker run -it -v /sys:/host/sys:ro -v /proc:/host/proc:ro -p 19999:19999 ibhde/netdata
⁠docker-compose
# docker-compose.yml example
version: '3'
services:
  netdata:
    image: ibhde/netdata:1.6.0
    network_mode: host
    hostname: MY-HOSTNAME
    restart: always
    volumes:
      - /sys:/host/sys:ro
      - /proc:/host/proc:ro

Tag summary

Content type

Image

Digest

Size

46.2 MB

Last updated

almost 8 years ago

docker pull ibhde/netdata