Update gcloud docker
commands to use gcloud docker -- ARGS
We can then avoid the following warning: ``` WARNING: The '--' argument must be specified between gcloud specific args on the left and DOCKER_ARGS on the right. IMPORTANT: previously, commands allowed the omission of the --, and unparsed arguments were treated as implementation args. This usage is being deprecated and will be removed in March 2017. This will be strictly enforced in March 2017. Use 'gcloud beta docker' to see new behavior. ``` Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
@@ -131,7 +131,7 @@ your app image with your project ID, and push to GCR. Replace
|
||||
|
||||
```
|
||||
docker tag my-meteor gcr.io/<project>/my-meteor
|
||||
gcloud docker push gcr.io/<project>/my-meteor
|
||||
gcloud docker -- push gcr.io/<project>/my-meteor
|
||||
```
|
||||
|
||||
Running
|
||||
|
Reference in New Issue
Block a user