Containerizing an ASP.NET Core 3.0 Web API

preview_player
Показать описание

This video shows how to containerize or dockerize an ASP.NETCore 3.0 Web API. I talk about:
• How to create an ASP.NET Core 3.0 Web API project
• How to add Docker artifacts with Visual Studio Code
• How to build and run the ASP.NET Core project as a Docker container

#aspnetcore #docker #dotnetcore
Рекомендации по теме
Комментарии
Автор

Short and straight to the point. I like your style. Furthermore, worked like a charm for me. Thank you señor

joeyvico
Автор

That was fantastic... I'm unable to add the Dockerfile from vscode but I was able to add it in Visual Studio.

TarekFaham
Автор

Very nice content, clear instructions and explanation. Thanks very much for sharing!

michaelta
Автор

Thank you very much for very detailed video, really it helped me to setup without any glitch

sundaravadivelmohanan
Автор

Very nice, clear, I will also watch your follow-in videos on how to deploy and then build the ci/cd pipeline, THANKS, +1

Chatsworth
Автор

you the best man, thank you very much

kabelomoola
Автор

Julio Casal, You are the Man! gr8 video; Thanks

SylOmope
Автор

If we have multiple micriserices like order microservice, product microservice, do we need to create separate docker image for each microservice or need to create single docker image for all the microservices.

Gimmiyimmy
Автор

You're great! Thank you for this tutorial ;-)

reinfotec
Автор

Thaks Julio, it's very helpful. :)

turgutkaradag
Автор

Really great video thanks for the tutorial :)

nagarajdoddi
Автор

Great video.one question when we fire kubectl get pods, the name of pod does not match with name we specified in .yam file.pod name is deployment name plus guid

AbhinavSingh-ovpj
Автор

Casal, this is a very nice video to start with. There is step where we are taking SDK for building the project. My doubt is are we building the code in the container or we build the source code and keep the banries in the image itself?

aruntripathy
Автор

Great video! Why are you using VS Code instead of visual studio for C#/ASP .NET CORE

joeypompeo
Автор

maybe if you can show all values at .dockerignore, it will be help.
But, this is Great video, thanks for sharing! 👍👍👍

adeaditya
Автор

Hi Julio casal, Thanks for the tutorial it is very helpful. You explained clearly. Do you have any tutorial that connect with .net core API + SQL + Docker. Thanks in advance.

maha
Автор

Hey, great demo, thank you. I walked through your demo, everything worked as expected on my side until the docker run. The app was running fine on port 5000 with dotnet run, but I am not able to reach it when it's running on docker. I tried with several ports, and I made sure that my container was running and binded to the right port with "docker container ls".
What solution would you suggest to debug what is happening inside my container ?
Thanks

Hamdrim
Автор

Hi you selected the Linux option for creating the image but you are running it and showing in windows? How’s that possible.

saravanch
Автор

isnt dotnetcore more better for containers instead of aspnet ?, im having dotnetcore 6.0 if that would work with this

reddy
Автор

Will you do this on Visual Studio? I really looking forward to watching it

nhiuyenphan