Getting Started With .Net, Docker And Azure Container Instances
Codewrinkles Codewrinkles
28.1K subscribers
5,534 views
251

 Published On Sep 24, 2023

Getting Started with .NET, Docker and Azure Container instances is probably a first step in understanding and learning more about microservices. In this video I go over how to add a Dockerfile in .NET application, explaining in detail what each line in the file is responsible for. As a next step we dive into how we can use the Docker CLI to create a docker image from our docker file and then run it in a container. And it's not all! Further we learn more about docker registries and create our own Azure Container Registry where we publish the created docker image. Last but not least, we show how you can use Azure Container Instances to run the docker image and make it accesible from the public internet.

Join this channel to get source code access and other perks:
   / @codewrinkles  

Content
1. Intro: 00:00
2. Writing the Dockerfile: 00:30
3. Build and run Docker image locally: 06:33
4. Publish Docker image to Azure Container Registry: 09:07
5. Running in Azure Container Instances: 13:53

Also follow me here (especially if you are a self taught developer):
✅My other channel:    / @danpatrascutech  
✅Instagram:   / danpatrascutech  
✅TikTok:   / danpatrascutech  

show more

Share/Embed