Merge pull request #1480 from DenisKolodin/patch-1

Separate docker's args
This commit is contained in:
Jared
2016-12-06 18:02:27 -08:00
committed by GitHub
+1 -1
View File
@@ -340,7 +340,7 @@ We can now build and publish a new container image to the registry with an incre
```shell ```shell
docker build -t gcr.io/$PROJECT_ID/hello-node:v2 . docker build -t gcr.io/$PROJECT_ID/hello-node:v2 .
gcloud 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. Building and pushing this updated image should be much quicker as we take full advantage of the Docker cache.