From 8630f1d855c41b3483009c1e6e4d4528201a9e07 Mon Sep 17 00:00:00 2001 From: moooofly Date: Thu, 28 Jun 2018 16:00:45 +0800 Subject: [PATCH] fix: update docs/deploy.md --- docs/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index dd0b760b..828c7621 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -8,7 +8,7 @@ Building the cAdvisor Docker container is simple, just run: $ ./deploy/build.sh ``` -Which will statically build the cAdvisor binary and then build the Docker image. The resulting Docker image will be called `google/cadvisor:canary`. This image is very bare, containing the cAdvisor binary and nothing else. +Which will statically build the cAdvisor binary and then build the Docker image. The resulting Docker image will be called `google/cadvisor:beta`. This image is very bare, containing the cAdvisor binary and nothing else. ## Deploying