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

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 37

  • @CodingDroplets
    @CodingDroplets  2 роки тому

    Microservices Tutorial Playlist Link: ua-cam.com/video/gPInkLCfalE/v-deo.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 8 місяців тому +1

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

    • @CodingDroplets
      @CodingDroplets  8 місяців тому

      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.

  • @NItinSoni-c4u
    @NItinSoni-c4u Рік тому +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.

  • @TariqulIslam-k4v
    @TariqulIslam-k4v 22 години тому +1

    Nice

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

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

  • @aditriawan8017
    @aditriawan8017 2 роки тому +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.

  • @samuelnettey
    @samuelnettey 7 місяців тому +3

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

    • @CodingDroplets
      @CodingDroplets  7 місяців тому

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

    • @samuelnettey
      @samuelnettey 6 місяців тому

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

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

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

  • @gerryan9710
    @gerryan9710 Рік тому +1

    How to redeploy to new version with same port?

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

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

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