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

Поділитися
Вставка
  • Опубліковано 13 гру 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 !!

  • @imanidioli
    @imanidioli 2 роки тому +2

    You explained it flawlessly

  • @根本花里子
    @根本花里子 7 місяців тому

    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💝💝💛

  • @frankmccann29
    @frankmccann29 Рік тому

    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.

  • @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.

  • @CarlSargunar
    @CarlSargunar 3 роки тому +1

    Super helpful video - thanks for posting this Chris

    • @RDT
      @RDT  3 роки тому

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

  • @AshishBagade-hv4el
    @AshishBagade-hv4el Рік тому

    simple and straight awesome !!

  • @reallogic0
    @reallogic0 2 роки тому +1

    nice tutorial

  • @joellopescunhadesouza8617
    @joellopescunhadesouza8617 Рік тому

    excelent explanation!!!

    • @RDT
      @RDT  Рік тому

      Thanks 🙏😎

  • @ricardoatilano56
    @ricardoatilano56 Рік тому

    love it.

  • @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?

  • @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 9 місяців тому +1

    thank you

    • @RDT
      @RDT  9 місяців тому

      You're welcome

  • @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 🙂

  • @pradeepkumarvenkata1793
    @pradeepkumarvenkata1793 Рік тому +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  Рік тому +1

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

  • @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)

  • @averageprogrammingenjoyer2059

    Thank you Saul Goodman

  • @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!!

  • @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 👍🏻

  • @VishalJadhav-jw3oc
    @VishalJadhav-jw3oc 2 роки тому

    how could i see it in browser?

  • @bramburn
    @bramburn Рік тому

    I host it through plesk

  • @МаксимКовалевский-ц9г

    sooqa I love you