From 6b47f60f9001b7f34d03a6e89ef87ba3de14c6a2 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Mon, 27 Mar 2017 15:40:51 -0700 Subject: [PATCH] Update staging container Manually uploaded a :1.1 tag for the staging container, now it's alpine based (1/4th in image size) and no longer has the warning mentioned in #2837. Signed-off-by: Ahmet Alp Balkan --- docs/contribute/stage-documentation-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute/stage-documentation-changes.md b/docs/contribute/stage-documentation-changes.md index d24807ab17..d74c47649b 100644 --- a/docs/contribute/stage-documentation-changes.md +++ b/docs/contribute/stage-documentation-changes.md @@ -61,7 +61,7 @@ for this image. 1. In the root of your cloned repository, enter this command to start a local web server: - docker run -ti --rm -v "$PWD":/k8sdocs -p 4000:4000 gcr.io/google-samples/k8sdocs:1.0 + docker run -ti --rm -v "$PWD":/k8sdocs -p 4000:4000 gcr.io/google-samples/k8sdocs:1.1 1. View your staged content at [http://localhost:4000](http://localhost:4000){: target="_blank"}.