s/gcloud preview docker/gcloud docker/

This commit is contained in:
Tim St. Clair
2015-06-18 12:18:53 -07:00
parent 798739f013
commit f5830edbbc
27 changed files with 30 additions and 30 deletions

View File

@@ -7,7 +7,7 @@ backend container.
GCR
---
docker build -t gcr.io/<project-name>/show .
gcloud preview docker push gcr.io/<project-name>/show
gcloud docker push gcr.io/<project-name>/show
Docker Hub
----------