Dockerize your .NET Application in 6 Minutes | Docker | Containerization

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 มิ.ย. 2024
  • #docker #containerization #microsoft
    If you still don't know how to Dockerize your .NET 8 application, you can follow this quick demonstration. It's a simple setup, but I hope it is still helpful. Enjoy and have a nice day!
    Thank you for watching. Don't forget to like and subscribe to my channel.
    Azure Container Apps deployment: • Deploy Dockerized .NET...
    git repo: github.com/ryanninodizon/dock...
    Check out my other videos:
    • How to deploy your Azu...
    • Activate Azure Free Su...
    • .NET Aspire - Convert ...
    • Cloud Native Apps usin...
    • Video

ความคิดเห็น • 4

  • @seongjaaa
    @seongjaaa หลายเดือนก่อน +1

    Thank you for this video. It helps.

  • @androidsavior
    @androidsavior 25 วันที่ผ่านมา

    downloaded it from github, it does not work, it keeps saying in the browser (The connection was reset)

    • @LearnWithJon
      @LearnWithJon  24 วันที่ผ่านมา

      Thank you for watching. I don't understand your problem but take note that the sample dontnet project that I have uploaded to my github repo can be generated locally by just executing dotnet command.
      create new project: dotnet new webapi
      run the project: dotnet run
      To containerize this, you just need to add the Dockerfile in the root folder which I have demonstrated in the video.

    • @androidsavior
      @androidsavior 24 วันที่ผ่านมา +1

      @@LearnWithJon thanks for replying, your code was really useful but I had to change the folders and files paths to get it to work after tons of tries and +36 hours as a non-docker non-linux expert