Learn Docker & Deploy to AWS - Beginner Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ย. 2024

ความคิดเห็น • 9

  • @Stateoregano034
    @Stateoregano034 3 หลายเดือนก่อน +5

    Great video thanks. Would be cool to make an advanced tutorial about setting up ECS in a way similar to how its done with docker-compose. Were you show how to set up multiple services and networking between them, how to mount volumes, etc.

  • @eliasperez5168
    @eliasperez5168 หลายเดือนก่อน

    Wow you are so freaking awesome I’m 2 years into it now thank you for the videos

  • @nocomments_s
    @nocomments_s 2 หลายเดือนก่อน

    Great video as always!
    Would like to see something similar for ECR, that'd be amazing!

  • @armans4494
    @armans4494 3 หลายเดือนก่อน +1

    Wonderfully done video! Thank you

  • @ninobach7456
    @ninobach7456 หลายเดือนก่อน

    awesome tutorial!

  • @rishiraj2548
    @rishiraj2548 3 หลายเดือนก่อน +1

    Great thanks

  • @ttaylor9916
    @ttaylor9916 28 วันที่ผ่านมา +1

    at the end nothing... on the 8080 port. followed direction quite closely . nice graphics.

  • @ukaszl.9943
    @ukaszl.9943 3 หลายเดือนก่อน +9

    Docker is not hardware agnostic. Container base image must be the same as cpu arch. You can not run x86 containers on arm cpu host.

    • @kumarteja5564
      @kumarteja5564 3 หลายเดือนก่อน +5

      I think he meant the container is OS agnostic. So the container would run the same way no matter the underlying OS