filmov
tv
Creating and Uploading Docker image for .NET 5 Application to Amazon Elastic Container Registry
![preview_player](https://i.ytimg.com/vi/QNHPSa4YZHw/maxresdefault.jpg)
Показать описание
In this video, I will walk through how we can create a repository in Amazon Elastic Container Registry. And after that create a docker image for a .NET 5 application and upload the image to Amazon Elastic Container Registry.
Following are the commands I have used in this video:
1. Building a docker container image:
docker build -t microservice-test .
2. Create the latest tag for the image
3. Get the login for the docker to publish the image to Elastic Container Registry
4. Push the image to Elastic Container Registry
Configure AWS CLI with key and secret
$ aws configure
AWS Access Key ID [None]: your-key-here
AWS Secret Access Key [None]: your-secret-here
Default region name [None]: your-region-here
Default output format [None]: ENTER
Following are the commands I have used in this video:
1. Building a docker container image:
docker build -t microservice-test .
2. Create the latest tag for the image
3. Get the login for the docker to publish the image to Elastic Container Registry
4. Push the image to Elastic Container Registry
Configure AWS CLI with key and secret
$ aws configure
AWS Access Key ID [None]: your-key-here
AWS Secret Access Key [None]: your-secret-here
Default region name [None]: your-region-here
Default output format [None]: ENTER
Dockerfile >Docker Image > Docker Container | Beginners Hands-On | Step by Step
Creating and Uploading Docker image for .NET 5 Application to Amazon Elastic Container Registry
How to Push and Pull a Docker Image from Docker Hub
5 steps to Deploy docker image to Kubernetes (FOR BEGINNERS UPDATED)
Creating a Dockerfile & Docker Image for HTML Application
How To Create A ((Docker Image)) in 5 Mins!! | Ubuntu
Manually Deploy Docker Image to Google Cloud Run | Tutorial
How to Push and Pull a Docker Image from Docker Hub
Docker - Containerize a Django App
How Push docker image to container registry and artifact registry
How to build docker image for nodejs apps
Docker - Tutorial 8 - Creating Custom Images
How to build docker image for python flask app
How to “Dockerize” Your Python Applications | How To Build And Run A Python App In Docker Container...
Lesson #4 - How to create docker container on google cloud platform (gcp) | Step by Step (2023)
Build YOUR OWN Dockerfile, Image, and Container - Docker Tutorial
Create Jenkins Pipeline to Build Docker Image for Python App & Push Docker Image into Docker Hub
Build & Push Docker Image Using Github Actions
How to Tag and Push Docker Image to Docker Hub
Docker Crash Course #13 - Sharing Images on Docker Hub
How to upload Docker Images to ECR on AWS in under 10 minutes
Uploading Docker Images to Google Container Registry
What is Dockerfile | How to create and build Dockerfile | Dockerfile Basic Commands
Creating a Dockerfile and Docker Image for HTML Application | Dockerize HTML Page | Docker HTML CSS
Комментарии