From d4a5354dafb9e43a135fbcda4045bb9bd3ad5187 Mon Sep 17 00:00:00 2001 From: Natalia Strelkova Date: Tue, 11 Oct 2022 14:22:04 +0200 Subject: [PATCH] fixes: docker tag command and link to Cloud Shell --- .../third-party-solutions/wordpress/cloudrun/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/blueprints/third-party-solutions/wordpress/cloudrun/README.md b/blueprints/third-party-solutions/wordpress/cloudrun/README.md index 849eca53..69e00121 100644 --- a/blueprints/third-party-solutions/wordpress/cloudrun/README.md +++ b/blueprints/third-party-solutions/wordpress/cloudrun/README.md @@ -36,7 +36,10 @@ If `project_create` is left to null, the identity performing the deployment need If you want to deploy from your Cloud Shell, click on the image below, sign in if required and when the prompt appears, click on “confirm”. -[

Open Cloudshell

](https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2FGoogleCloudPlatform%2Fcloud-foundation-fabric&cloudshell_print=cloud-shell-readme.txt&cloudshell_working_dir=blueprints%2Fthird-party-solutions%2Fwordpress) +[

Open Cloudshell

](https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2FGoogleCloudPlatform%2Fcloud-foundation-fabric&cloudshell_print=cloud-shell-readme.txt&cloudshell_working_dir=blueprints%2Fthird-party-solutions%2Fwordpress + +https://shell.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2FGoogleCloudPlatform%2Fcloud-foundation-fabric&cloudshell_workspace=blueprints%2Fthird-party-solutions%2Fwordpress%2Fcloudrun +) Otherwise, in your console of choice: ``` {shell} @@ -56,7 +59,7 @@ Make sure that the Google Container Registry API is enabled and run the followin ``` {shell} docker pull bitnami/wordpress:6.0.2 -docker tag bitnami/wordpress gcr.io/MY_PROJECT/wordpress +docker tag bitnami/wordpress:6.0.2 gcr.io/MY_PROJECT/wordpress docker push gcr.io/MY_PROJECT/wordpress ```