Netdata container for Orange PI Zero
938
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.
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
Content type
Image
Digest
Size
105.2 MB
Last updated
over 8 years ago
docker pull bitelxux/netdata-orange-pi-zero