Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

clcollins/netdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#This repository is archived and will no longer receive updates.

docker-netdata

v1.0 - 20160408

A little Dockerfile for running the awesome Netdata software in a container.

Running

After building the image, run it with:

docker run -v /:/host \
           -p 80:19999 \
           -d netdata

Substituting, of course, the image name you used when building. You can view the Netdata screen by opening your browser to http://localhost/ or, alternatively, change the port mapping in the run command.

Releases

No releases published

Packages

No packages published