Скачать
Getting Started with Docker for .NET Web Apps
Автор: Claudio Bernasconi
Загружено: 2024-11-21
Просмотров: 4848
Описание:
I want to show you how to get started with Docker for .NET Web Apps. I will create a Blazor Server web application and add Docker support directly from Visual Studio.
I will also show you how to achieve the same using the command-line interface.
In the end, you'll be able to run and debug a .NET web app from inside a Docker container running on your developer machine.
00:00 Introduction
00:45 Quick Introduction to Docker
02:27 Install Docker Desktop
03:39 Dockerize a Blazor Server App in Visual Studio
08:38 Create a Docker Image and Container from the CLI
11:43 Course Offer & Outro
🔥 C#/.NET Bootcamp: Full-Stack Web Development with ASP.NET Core and Blazor (Code FRIENDS10 for 10% OFF)*
https://claudiobernasconi.ch/dotnet-c...
📌 .NET Developer Roadmap
https://claudiobernasconi.ch/learn-do...
📌 Docker CLI Commands:
docker build -t blazordocker ./BlazorDocker
docker run -p 12345:8080 -p 12346:8081 blazordocker
📌 GitHub Repository:
https://github.com/claudiobernasconi/...
📌 Docker Desktop:
https://www.docker.com/products/docke...
📌 Visual Studio Container Tools with ASP.NET Core:
https://learn.microsoft.com/en-us/asp...
📌 YouTube Playlists:
The FREE Blazor Crash Course: • The FREE Blazor Crash Course (.NET 5) | Ge...
Blazor: • Blazor
✅ SUBSCRIBE FOR MORE VIDEOS
Subscribe: 🔔 https://claudiobernasconi.ch/Subscribe
🚀 CONNECT & SUPPORT
Website & Blog: https://claudiobernasconi.ch
Newsletter: https://claudiobernasconi.ch/newsletter
Twitter: / chbernasconic
Bluesky: https://bsky.app/profile/bernasconi.b...
Mastodon: https://dotnet.social/@bernasconi
Affiliate Link: I earn a small commission at no additional cost
Развернуть
Доступные форматы для скачивания:
Похожие видео
array(10) {
[0]=>
object(stdClass)#5957 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "f-jRO957g98"
["related_video_title"]=>
string(36) ".NET 8 | What is Native AOT in .NET?"
["posted_time"]=>
string(19) "1 год назад"
["channelName"]=>
string(18) "Claudio Bernasconi"
}
[1]=>
object(stdClass)#5930 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "SI38jyEiso4"
["related_video_title"]=>
string(63) "Deploy Full-Stack .NET Apps for FREE in 2025 (Azure + Postgres)"
["posted_time"]=>
string(25) "4 месяца назад"
["channelName"]=>
string(16) "Milan Jovanović"
}
[2]=>
object(stdClass)#5955 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "PJ7GASSmtTM"
["related_video_title"]=>
string(49) "Blazor Localization in .NET 8 & Blazor Server"
["posted_time"]=>
string(19) "1 год назад"
["channelName"]=>
string(18) "Claudio Bernasconi"
}
[3]=>
object(stdClass)#5962 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "_wp2zJHs9l0"
["related_video_title"]=>
string(81) ".NET 8 .🚀🔥: Integrating Docker with a .NET Web API - A Step-by-Step Guide"
["posted_time"]=>
string(19) "1 год назад"
["channelName"]=>
string(14) "Mohamad Lawand"
}
[4]=>
object(stdClass)#5941 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "Hee9j_rJjdA"
["related_video_title"]=>
string(66) "Learn Docker RIGHT NOW! Full tutorial for beginners"
["posted_time"]=>
string(21) "6 дней назад"
["channelName"]=>
string(8) "LeonDevs"
}
[5]=>
object(stdClass)#5959 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "xoJjoge3LjE"
["related_video_title"]=>
string(171) "⚡️2 ЧАСА НАЗАД! Иран дал заднюю - режиму поставили условия! В сделке Израилем ЕСТЬ НЮАНС - НАКИ"
["posted_time"]=>
string(23) "5 часов назад"
["channelName"]=>
string(31) "Телеканал Прямий"
}
[6]=>
object(stdClass)#5954 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "WQFx2m5Ub9M"
["related_video_title"]=>
string(64) "Docker Compose with .NET 8, PostgreSQL, and Redis (step by step)"
["posted_time"]=>
string(19) "1 год назад"
["channelName"]=>
string(16) "Milan Jovanović"
}
[7]=>
object(stdClass)#5964 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "BJIohxOyHLQ"
["related_video_title"]=>
string(171) "Не пора ли снимать деньги со вкладов? / Блокировки и цифровой суверенитет || Дмитрий Потапенко*"
["posted_time"]=>
string(23) "9 часов назад"
["channelName"]=>
string(33) "Дмитрий ПОТАПЕНКО"
}
[8]=>
object(stdClass)#5940 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "HPSnQapJxQg"
["related_video_title"]=>
string(57) "Арест Z-блогера (English subtitles) @Max_Katz"
["posted_time"]=>
string(23) "7 часов назад"
["channelName"]=>
string(19) "Максим Кац"
}
[9]=>
object(stdClass)#5958 (5) {
["video_id"]=>
int(9999999)
["related_video_id"]=>
string(11) "ze8o-Qa3v7Y"
["related_video_title"]=>
string(55) "9 UI Frameworks for .NET Desktop App Development [2024]"
["posted_time"]=>
string(19) "1 год назад"
["channelName"]=>
string(18) "Claudio Bernasconi"
}
}
.NET 8 | What is Native AOT in .NET?
Deploy Full-Stack .NET Apps for FREE in 2025 (Azure + Postgres)
Blazor Localization in .NET 8 & Blazor Server
.NET 8 .🚀🔥: Integrating Docker with a .NET Web API - A Step-by-Step Guide
Learn Docker RIGHT NOW! Full tutorial for beginners
⚡️2 ЧАСА НАЗАД! Иран дал заднюю - режиму поставили условия! В сделке Израилем ЕСТЬ НЮАНС - НАКИ
Docker Compose with .NET 8, PostgreSQL, and Redis (step by step)
Не пора ли снимать деньги со вкладов? / Блокировки и цифровой суверенитет || Дмитрий Потапенко*
Арест Z-блогера (English subtitles) @Max_Katz
9 UI Frameworks for .NET Desktop App Development [2024]