docker image tag added

This commit is contained in:
Natalia Strelkova
2022-10-05 14:09:48 +00:00
parent 256b1b77f9
commit b5a5150bb8

View File

@@ -54,7 +54,7 @@ In order to deploy the Wordpress service to Cloud Run, you need to store the [Wo
Make sure that the Google Container Registry API is enabled and run the following commands in your Cloud Shell environment with your `project_id` in place of the `MY_PROJECT` placeholder: Make sure that the Google Container Registry API is enabled and run the following commands in your Cloud Shell environment with your `project_id` in place of the `MY_PROJECT` placeholder:
``` {shell} ``` {shell}
docker pull bitnami/wordpress docker pull bitnami/wordpress:6.0.2
docker tag bitnami/wordpress gcr.io/MY_PROJECT/wordpress docker tag bitnami/wordpress gcr.io/MY_PROJECT/wordpress
docker push gcr.io/MY_PROJECT/wordpress docker push gcr.io/MY_PROJECT/wordpress
``` ```