Deploy your application on GCP Cloud Run with Artifact Registry and Docker containers

Поділитися
Вставка
  • Опубліковано 1 лип 2023
  • In this video, we will use a Dockerfile to build an image.
    Then we proceed to push the created image into Artifact Registry using the terminal.
    Within GCP's console, we will push the image from Artifact Registry onto Cloud Run.
    This will provide us the URL for the application's deployed link.
  • Наука та технологія

КОМЕНТАРІ • 8

  • @user-rw8fd3gs7f
    @user-rw8fd3gs7f 8 місяців тому +2

    When doing docker push... it shows a message unauthorized: authentication failed

    • @anirudhhosur3827
      @anirudhhosur3827  6 місяців тому

      Did you log in to Docker installed on your device?

  • @altafziya6062
    @altafziya6062 7 місяців тому +1

    Error: Forbidden
    Your client does not have permission to get URL /home from this server. i have got this error.

    • @anirudhhosur3827
      @anirudhhosur3827  6 місяців тому

      Something to do with admin rights.
      Paste your error and search on stackoverflow.
      Its the best!

  • @anirudhhosur3827
    @anirudhhosur3827  Рік тому +1

    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}

  • @preethijayan3404
    @preethijayan3404 Рік тому

    How is internetworking course in dalhousie...pls reply...

    • @anirudhhosur3827
      @anirudhhosur3827  Рік тому

      Hi, I'm not part of that course. So, I'm sorry I can't provide any accurate information.