Docker .Net Core - Docker Blazor Webassembly [.Net Docker Tutorial]

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

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

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

    Microservices Tutorial Playlist Link: ruclips.net/video/gPInkLCfalE/видео.html

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

    This was perfect for my needs. I tried to setup multiple Blazor server apps using apache2 and nginx and I had many issues. Using this method I created the images I needed and can easily move them from my test lab to production in just a couple minutes. Thank you

  • @Rase-moi-pas
    @Rase-moi-pas Год назад +2

    Really clear and useful ! Thanks !

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

      Thank you for watching the video and leaving your positive comment. I'm delighted to hear that you found my explanations to be clear and useful.

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

    Thank you so much for confusion in image sharing part mainly.

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

      You're welcome! I'm glad you found the tutorial helpful, but it seems there was some confusion regarding the image sharing part. If you have any specific questions or need further clarification on that section, please feel free to ask.

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

    Nice stuff, keep up the good work 🙂

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

      Great to hear that you found the video helpful! Thank you for your positive feedback and encouragement.

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

    Very nice tutorial thanks man for sharing

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

      You are most welcome! Glad to know you liked it.

  • @user-sp5tj8ef2x
    @user-sp5tj8ef2x Год назад +1

    Thank you very much sir, it's really awesome ....

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

      Thank you for watching the tutorial and for your positive feedback! I'm glad to hear that you found it helpful.

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

    very helpful thank you

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

      Thank you for watching the tutorial and for your positive feedback. I'm glad to hear that you found it helpful.

  • @leandrofagundes30
    @leandrofagundes30 2 года назад +4

    Where is the Docker Support option for Blazor Webassembly projects?

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

      Thank you for watching the video.
      We are using Blazor Webassembly project for Pushing to the Private Repository. It is already mentioned in the video.

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

    Thanks

  • @fatemehfathi-ry4qc
    @fatemehfathi-ry4qc Год назад +4

    but this is not a blazor webassembly project. its a blazor server project .

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

      We are using a Blazor Webassembly project for Pushing to the Private Repository.

    • @fatemehfathi-ry4qc
      @fatemehfathi-ry4qc Год назад

      @@CodingDroplets you use blazor server

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

      In the same video, we are showing an example of private repository. We are using blazor web assembly project for that.

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

    for step 3 I receive the following error : failed to compute cache key: "/BlazorServerAuthenticationAndAuthorization/BlazorServerAuthenticationAndAuthorization.csproj" not found: not found
    Can you help me with that pls?

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

      Do you have a different folder for the project inside the solution folder?

  • @samuelnettey
    @samuelnettey 4 месяца назад +2

    your video says "Docker Blazor Webassembly [" yet still you are demonstrating Blazor Server.

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

      I'm using Blazor Webassembly project for Pushing to the Private Repository. It is already mentioned in the video.

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

      @@CodingDroplets Interesting. What is the appsettings.json file doing at the root of the application? Which template did you use ?

  • @gerryan9710
    @gerryan9710 10 месяцев назад +1

    How to redeploy to new version with same port?

    • @CodingDroplets
      @CodingDroplets  10 месяцев назад

      You can just remove the existing container and start the new one.

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

    Blazor server app have any memory issues? memory leak?

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

      Thank you for watching the video and for your question.
      Like any software application, Blazor server apps can potentially experience memory issues or memory leaks if not designed, implemented, and maintained correctly. However, Blazor itself does not inherently cause memory issues or leaks. Memory problems are often the result of how the application code, components, and services are managed and optimized.

  • @fulmetalmage
    @fulmetalmage Год назад +4

    but this is not a blazor webassembly project. its a blazor server project.

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

      We are using a Blazor Webassembly project for Pushing to the Private Repository. It is mentioned in the video.

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

      @@CodingDroplets I get it. I thought it would be a docker image with nginx.