Sign inSign up

bitelxux/netdata-orange-pi-zero

By bitelxux

Updated over 8 years ago

Netdata container for Orange PI Zero

Image
1

938

bitelxux/netdata-orange-pi-zero repository overview

Why

I was very excited receiving my Orange PI Zero 512. First thing I wanted to do after burning the Armbian image, was to install docker and to run the cool https://github.com/titpetric/netdata container.

Only then I found out that the titpetric/netdata container is not provided for ARM ... or at least I couldn't find it.

After a search on docker hub I found https://github.com/babim/docker-netdata and after a tiny changes on the Dockerfile I finally got it working on my Orange PI.

The thing

Based on https://github.com/babim/docker-netdata, the image has been built on the Orange PI Zero 512.

To run the docker on the Orange PI:

docker run -id --cap-add SYS_PTRACE -v /proc:/host/proc:ro \
                       -v /sys:/host/sys:ro -p 19999:19999 \
                       bitelxux/netdata-orange-pi-zero

GitHUB: https://github.com/bitelxux/docker-netdata.git

Tag summary

Content type

Image

Digest

Size

105.2 MB

Last updated

over 8 years ago

docker pull bitelxux/netdata-orange-pi-zero