From 7bfe81c0c292243ac78732295c03862d723c49c0 Mon Sep 17 00:00:00 2001 From: Victor Marmol Date: Fri, 26 Jun 2015 19:25:29 -0700 Subject: [PATCH] Add cAdvisor canary image to running docs --- docs/running.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/running.md b/docs/running.md index 5db9d445a1..5f36964594 100644 --- a/docs/running.md +++ b/docs/running.md @@ -18,6 +18,12 @@ sudo docker run \ cAdvisor is now running (in the background) on `http://localhost:8080/`. The setup includes directories with Docker state cAdvisor needs to observe. +## Latest Canary + +The latest cAdvisor canary release is continuously built from HEAD and available +as an Automated Build Docker image: +[google/cadvisor-canary](https://registry.hub.docker.com/u/google/cadvisor-canary/). We do *not* recommend using this image in production due to its large size and volatility. + ## With Boot2Docker After booting up a boot2docker instance, run cAdvisor image with the same docker command mentioned above. cAdvisor can now be accessed at port 8080 of your boot2docker instance. The host IP can be found through DOCKER_HOST environment variable setup by boot2docker: