Skip to content

Commit de07633

Browse files
jonjohnsonjrJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Update container engine README (GoogleCloudPlatform#132)
Adding the brackets around "your-project-id" makes the repository name invalid, so anyone who copies and pastes these commands will fail locally instead of hitting GCR. It's also more obvious that they need to use their own project id, and it's consistent with the gsutil commands. Bonus: Fixed a typo :)
1 parent 270c641 commit de07633

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

optional-container-engine/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ Modify config.py and enter your Cloud Project ID into the `PROJECT_ID` and `CLOU
5151

5252
Before the application can be deployed to Container Engine, you will need build and push the image to [Google Container Registry](https://cloud.google.com/container-registry/).
5353

54-
docker build -t gcr.io/your-project-id/bookshelf .
55-
gcloud docker push gcr.io/your-project-id/bookshelf
54+
docker build -t gcr.io/<your-project-id>/bookshelf .
55+
gcloud docker push gcr.io/<your-project-id>/bookshelf
5656

57-
Alternativel,y you can use make:
57+
Alternatively, you can use make:
5858

5959
make push
6060

0 commit comments

Comments
 (0)