November 12, 201411 yr In my never ending search for neat dockers, I found this. http://blog.tutum.co/2014/08/07/using-cadvisor-to-monitor-docker-containers/ EDIT: I'm an idiot and it works fine (make sure you docker image isn't full )
November 14, 201411 yr @smdion : I just ran that and it worked. I changed the --publish=8080:8080 to 8081:8080. If I go to my UnraidIP:8081, i'm in cAdvisor. I also found a new fork called BoxSpy that start from cAdvisor 0.5 (currently there is no image yet). sudo docker run \ --volume=/:/rootfs:ro \ --volume=/var/run:/var/run:rw \ --volume=/sys:/sys:ro \ --volume=/var/lib/docker/:/var/lib/docker:ro \ --publish=8081:8080 \ --detach=true \ --name=cadvisor \ google/cadvisor:latest
November 14, 201411 yr yeah this is kind of neat. I forwarded to Eric to check out and see what he thinks. Good find!
November 14, 201411 yr Author I really didn't dig into it because i didn't have time. My docker image was out of space... Works great now. @smdion : I just ran that and it worked. I changed the --publish=8080:8080 to 8081:8080. If I go to my UnraidIP:8081, i'm in cAdvisor. I also found a new fork called BoxSpy that start from cAdvisor 0.5 (currently there is no image yet). sudo docker run \ --volume=/:/rootfs:ro \ --volume=/var/run:/var/run:rw \ --volume=/sys:/sys:ro \ --volume=/var/lib/docker/:/var/lib/docker:ro \ --publish=8081:8080 \ --detach=true \ --name=cadvisor \ google/cadvisor:latest
November 14, 201411 yr Author It's not my docker file, so I don't know if it will get added to the repo. But here is the XML http://seandion.info/dockers/cadvisor.xml
November 14, 201411 yr It's not my docker file, so I don't know if it will get added to the repo. But here is the XML http://seandion.info/dockers/cadvisor.xml Thank You!
Archived
This topic is now archived and is closed to further replies.