Skip to content

Simplest possible docker netdata image for docker

Notifications You must be signed in to change notification settings

unamohq/docker-netdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

See netdata for more general information.

docker run -d --cap-add SYS_PTRACE \
           -v /proc:/host/proc:ro \
           -v /sys:/host/sys:ro \
           -p 19999:19999 positionly/netdata

You can optionally mount configuration file via -v /your/netdata.conf:/etc/netdata/netdata.conf

About

Simplest possible docker netdata image for docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published