Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

DE-IBH/netdata-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published