How to Deploy Azure Container Registry: Docker + Nginx + Container Instances

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

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

  • @ijazhussain1964
    @ijazhussain1964 2 дня назад

    Your teaching style, Mike, is absolutely phenomenal! Your clear and easy-to-follow steps, explained in simple language, make learning a breeze. You're a true superstar!

  • @Dalamain
    @Dalamain Месяц назад +2

    Brilliant, you are a natural teacher - the pacing, audio quality, diagrams were all great. Appreciate the zooming on the terminal, I'm gonna give this a shot tomorrow.

    • @mwcloud
      @mwcloud  Месяц назад

      thank you for the comment, means alot

  • @djfago6240
    @djfago6240 24 дня назад

    your explanation is very clear. Thank you. i have subscribed

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

    Definitely a great demo. Especially 24.23 is awesome! :D

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

      Glad you think so!

  • @PawanKumar-b8l8x
    @PawanKumar-b8l8x 3 месяца назад

    Thank you so much Mike, will watch all your videos for improving skills.

    • @mwcloud
      @mwcloud  3 месяца назад

      Glad you like them!

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

    great demo mate. Looking forward for more such content

    • @mwcloud
      @mwcloud  5 месяцев назад

      Thanks! 👍

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

    Thanks man, all worked very well, no problem 👏

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

      No problem 👍

  • @Jay2Ops
    @Jay2Ops 5 месяцев назад

    Fantastic Work Mike!! I am learning Azure cloud (having used AWS for years) & this tutorial helped. Cheers

    • @mwcloud
      @mwcloud  4 месяца назад +1

      Glad it helped!

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

    Very interesting. Thank you 👍

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

      Glad you enjoyed it

  • @adriannagulto
    @adriannagulto Месяц назад

    Thank you for the tutorial I greatly appreciate it, do the guy a favor and like his video

  • @sathishkumar-ny7gw
    @sathishkumar-ny7gw 3 месяца назад

    Very helpful

  • @devshelke1545
    @devshelke1545 2 месяца назад

    Great video crisp and clear instructions, but for some weird reason no IP address and FQDN is assigned to my ACI. Even though the ACI is running

    • @mwcloud
      @mwcloud  2 месяца назад

      If you did that today there have been some bugs with ACI recently, try again in a couple of days

    • @devshelke1545
      @devshelke1545 2 месяца назад +1

      @@mwcloud yea I did that today, now its working perfectly 👍.

  • @retkeske1
    @retkeske1 2 месяца назад

    worked well till the last point. I tried to do the same but with mysql database. but i did not received ip address so i cant connect to it.

  • @prakashkopf1555
    @prakashkopf1555 2 месяца назад

    Why IP address is not showing to container instance?

  • @forkindev5757
    @forkindev5757 5 месяцев назад

    Why does my container keep restarting once deployed? It gets terminated and it perpetually restarts.

    • @mwcloud
      @mwcloud  5 месяцев назад

      You need to look at the logs. Deploy it locally on docker desktop, then look at the logs after you run it.
      There isn’t one reason. The Logs will give you clues

    • @forkindev5757
      @forkindev5757 5 месяцев назад

      @@mwcloud All I could gather was this "detailStatus": "CrashLoopBackOff: Back-off restarting failed". The container runs properly locally. I don't know what I am missing.

    • @mwcloud
      @mwcloud  5 месяцев назад

      @@forkindev5757 it’s repeatedly crashing and restarting over and over. I don’t know what software you are trying to run in your container, but you need to have a look at the logs with
      az container logs --resource-group --name
      You can run that in the cloud shell.
      Use the log outputs and a bit of google-fu and you should be able to pick up some clues

    • @forkindev5757
      @forkindev5757 5 месяцев назад

      @@mwcloud I did check the logs before writing the comment. I got the CrashLoopBack error. I have tried everything and re-tried it over 50 times. I I am dropping azure container registery and will proceed with dockerhub today and see if it works. Thank you so much for responding to my problems.