Creating Multiple Containers for .NET Core web api & SQL Server

preview_player
Показать описание
In this video, we'll learn how to create multiple containers using docker compose with.NET Core web api and SQL Server. This tutorial is designed for those who are interested in containerization with docker and.NET 8. We'll go through the process step by step, ensuring a comprehensive understanding of the topic. Stay tuned to enhance your skills in docker and.NET Core!

00:00:00:00 demo
00:01:54:14 recommendation
00:02:33:01 implementation
00:04:47:14 implement ef core migration
00:07:39:13 create docker compose
00:23:19:59 connect sql server container by sql server management studio
00:23:45:29 turboshoot and fixing issue
00:32:05:11 testing
00:37:03:36 docker compose running by visual studio
00:39:58:09 source code

Docker Compose
multiple containers
.NET Core Web API
SQL Server
.NET 8
containerization
development environment
deployment

source code

linkedin

My Blog site

#dockercompose #multiplecontainers #dotnetcorewebapi #sqlserver #dockerfornet #dockerandnet8 #dockercomposetutorial #dockercontainerization #dockerandsqlserver #dockeranddotnetcore
Рекомендации по теме
Комментарии
Автор

Thanks for the tutorial. I look forward for the MySql. And How to deploy multicontainer on azure or aws. And also, with this your db implementation in docker compose file, will the data persist if the container is stopped?

ElohimCode