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

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 4

  • @seongjaaa
    @seongjaaa 5 месяцев назад +1

    Thank you for this video. It helps.

  • @androidsavior
    @androidsavior 4 месяца назад

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

    • @LearnWithJon
      @LearnWithJon  4 месяца назад

      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 4 месяца назад +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