Containerize .NET in 5 minutes (or less) | C# Microservice Course (Episode 6)

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

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

  • @geosystems2106
    @geosystems2106 Год назад +1

    This is an exceptional video as it does not only mention "what" but also comments on "why" ! Yet, still under 8 minutes, good job !!

  • @frankmccann29
    @frankmccann29 9 месяцев назад

    Look great. Lotta material. Thank you so much for the work. Some concepts of the code mainly switches are alien but your expose is clear enough to get it by rote.

  • @AshishBagade-hv4el
    @AshishBagade-hv4el Год назад

    simple and straight awesome !!

  • @reallogic0
    @reallogic0 2 года назад +1

    nice tutorial

  • @glebbsif
    @glebbsif 2 года назад +1

    Thank you. I have a question for you. I have, for example, 10 projects on 10 specific different services in my solution. It turns out that I can't create a Dockerfile at the solution level and I have to add the Dockerfile to each project separately. Right? But there is a problem. There is one more project in the solution, the eleventh. This is a library of classes with certain models. When I try to build a container, I get the following error about skipping building a common project with classes because it's not defined in the context of Dockerfile. How can I get out of this situation? Thanks

  • @michaborski7383
    @michaborski7383 6 месяцев назад +1

    thank you

    • @RDT
      @RDT  6 месяцев назад

      You're welcome

  • @age.vampire9767
    @age.vampire9767 Год назад

    Thanks for the video, so the . While doing the COPY command(the one after WORKDIR, 3rd line from the top) represent /src , as its the source folder?

  • @pradeepkumarvenkata1793
    @pradeepkumarvenkata1793 9 месяцев назад +1

    Hi, I am building a Windows Desktop Client Poker-game Application( using Msbuild and C#,WPF with artifacts as msi/exe, Can i containerise them using docker and is it possible? Thanks in Advance.

    • @RDT
      @RDT  9 месяцев назад +1

      For Windows desktop apps you’re best sticking with an MSI installer or something like Squirrel.

  • @wa1gon
    @wa1gon 2 года назад +2

    having to deploy docker with Nginx would be great

    • @RDT
      @RDT  2 года назад +3

      Do you mean Nginx as a reverse proxy to a web app in a container? I use Docker Compose for this - would you be interested in a video on this subject?

    • @wa1gon
      @wa1gon 2 года назад +2

      @@RDT Yes, I would very much like a video using Nginx as a reverse proxy. Thanks

    • @RDT
      @RDT  2 года назад

      Thanks Darryl, I’ll pop it on the list to make 🙂

  • @ricardoatilano56
    @ricardoatilano56 Год назад

    love it.

  • @averageprogrammingenjoyer2059
    @averageprogrammingenjoyer2059 11 месяцев назад

    Thank you Saul Goodman

  • @alessandromartinelli347
    @alessandromartinelli347 2 года назад

    Hi, thanks for the video. If I have an application relying on a specific device drivers, is there a way of including them in a docker? or would a Virtual Machine more appropriate in such a case? (I'd prefer using docker w.r.t virtual machines for performance reasons)

  • @imanqoly
    @imanqoly Год назад +2

    You explained it flawlessly

  • @junioranheu
    @junioranheu 2 года назад

    Great video!
    One question: why should I containerize an application??

    • @RDT
      @RDT  2 года назад +5

      Containers make it easier to distribute your application and run it reliably pretty much anywhere, as you’re essentially packaging up the runtime environment with your code. Docker Compose, Kubernetes, Azure Container Apps, Amazon ECS and Google Cloud Run all use containers as a unit of deployment. It also means you can supply a containerised version of your application to others working on your project and they will be able to run without installing all dependencies. Glad you enjoyed the video!

    • @junioranheu
      @junioranheu 2 года назад

      @@RDT thank you so much for answering!!

  • @VishalJadhav-jw3oc
    @VishalJadhav-jw3oc Год назад

    how could i see it in browser?

  • @domagojhorvat2646
    @domagojhorvat2646 Год назад

    Can this setup with windows image be used to deploy to Azure Container Apps or is Linux image a must? (having on mind Azure Container Apps don't support windows images)

    • @RDT
      @RDT  Год назад

      Not sure on Container Apps, but I run a few of these workers on Linux images + hosts no problem 👍🏻

  • @МаксимКовалевский-ц9г
    @МаксимКовалевский-ц9г 10 месяцев назад

    sooqa I love you

  • @bramburn
    @bramburn Год назад

    I host it through plesk

  • @Xerxes17
    @Xerxes17 Год назад

    Thank you very much for making the video very clear, but also *explaining* what each part of the line is for. All to many tutorials just blurt out entire lines or even blocks of code without spending the time to build understanding.

  • @根本花里子
    @根本花里子 5 месяцев назад

    I was searching for SO LONG trying to understand how to write dockerfiles properly, but all other videos only confused me even more. I was in despair, but your clear explanation saved me. I'm literally crying rn🥺🥺🥺😭😭😭😭😭THANK YOU SO MUCH💝💝💛

  • @CarlSargunar
    @CarlSargunar 2 года назад +1

    Super helpful video - thanks for posting this Chris

    • @RDT
      @RDT  2 года назад

      You're welcome Carl - hope it helped you sort the problem!

  • @joellopescunhadesouza8617
    @joellopescunhadesouza8617 Год назад

    excelent explanation!!!

    • @RDT
      @RDT  Год назад

      Thanks 🙏😎