You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
Copy file name to clipboardExpand all lines: optional-container-engine/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,10 +51,10 @@ Modify config.py and enter your Cloud Project ID into the `PROJECT_ID` and `CLOU
51
51
52
52
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/).
0 commit comments