From 53d1bbda708097ce2697a4d055eeb95ea57bd258 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Thu, 30 Mar 2017 13:25:51 -0700 Subject: [PATCH] Update stage-documentation-changes.md Increment Docker version. --- docs/home/contribute/stage-documentation-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/home/contribute/stage-documentation-changes.md b/docs/home/contribute/stage-documentation-changes.md index 48d28aad15..ffedd13da2 100644 --- a/docs/home/contribute/stage-documentation-changes.md +++ b/docs/home/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"}.