Merge pull request #3017 from ahmetb/update-staging

Update staging container
reviewable/pr3023/r1
Andrew Chen 2017-03-27 22:28:42 -07:00 committed by GitHub
commit d65ecfb3c9
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ for this image.
1. In the root of your cloned repository, enter this command to start a local 1. In the root of your cloned repository, enter this command to start a local
web server: 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 1. View your staged content at
[http://localhost:4000](http://localhost:4000){: target="_blank"}. [http://localhost:4000](http://localhost:4000){: target="_blank"}.