#258 Use "gcloud" for the Docker push to the gcr repo

pull/259/head
Andrew Lee Rubinger 2016-03-27 00:01:29 -04:00
parent d3cd373942
commit 1c14eb9c3b
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ We can now build and publish a new container image to the registry with an incre
```shell
docker build -t gcr.io/PROJECT_ID/hello-node:v2 .
docker push gcr.io/PROJECT_ID/hello-node:v2
gcloud docker push gcr.io/PROJECT_ID/hello-node:v2
```
Building and pushing this updated image should be much quicker as we take full advantage of the Docker cache.