Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
Please do follow these commands to push Docker Image to Artifact Registry --> docker build -t gcloud services enable artifactregistry.googleapis.comgcloud artifacts repositories create {repo-name} --repository-format=docker --location=us-central1 --description="created repo"gcloud auth configure-docker us-central1-docker.pkg.devdocker tag {local-image-name} us-central1-docker.pkg.dev/{project-name}/{repo-name}/{gcp-image-name}docker push us-central1-docker.pkg.dev/{project-name}/{repo-name}/{gcp-image-name}
Hey thats really helpfull video
When doing docker push... it shows a message unauthorized: authentication failed
Did you log in to Docker installed on your device?
Error: ForbiddenYour client does not have permission to get URL /home from this server. i have got this error.
Something to do with admin rights. Paste your error and search on stackoverflow. Its the best!
I have similar use case but inplace of frontend i have plain python code so in that case as well the same path i need to follow
@@ajaybhamare8237 Yup, dockerise then push to artifact registry. Then pull the artifact to Cloud run.
How is internetworking course in dalhousie...pls reply...
Hi, I'm not part of that course. So, I'm sorry I can't provide any accurate information.
Please do follow these commands to push Docker Image to Artifact Registry -->
docker build -t
gcloud services enable artifactregistry.googleapis.com
gcloud artifacts repositories create {repo-name} --repository-format=docker --location=us-central1 --description="created repo"
gcloud auth configure-docker us-central1-docker.pkg.dev
docker tag {local-image-name} us-central1-docker.pkg.dev/{project-name}/{repo-name}/{gcp-image-name}
docker push us-central1-docker.pkg.dev/{project-name}/{repo-name}/{gcp-image-name}
Hey thats really helpfull video
When doing docker push... it shows a message unauthorized: authentication failed
Did you log in to Docker installed on your device?
Error: Forbidden
Your client does not have permission to get URL /home from this server. i have got this error.
Something to do with admin rights.
Paste your error and search on stackoverflow.
Its the best!
I have similar use case but inplace of frontend i have plain python code so in that case as well the same path i need to follow
@@ajaybhamare8237 Yup, dockerise then push to artifact registry.
Then pull the artifact to Cloud run.
How is internetworking course in dalhousie...pls reply...
Hi, I'm not part of that course. So, I'm sorry I can't provide any accurate information.