Create A Docker Container For Go (golang) Code In UNDER Ten Minutes [Getting Started)

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

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

  • @deviafan3480
    @deviafan3480 3 ปีที่แล้ว +5

    Thank you. I have never really worked with Go before, and this was a great introduction on how to capture it within a docker container.

  • @VijayArora88
    @VijayArora88 3 ปีที่แล้ว +5

    Michael, using golang:latest creates an image that consumes a lot of memory and hence not production friendly. Use golang:alpine which is very light.

  • @assistantdeanforacademicaf1241
    @assistantdeanforacademicaf1241 2 ปีที่แล้ว

    Excellent Video !!! Thanks for your time and efforts . Great !!!

  • @bjugdbjk
    @bjugdbjk ปีที่แล้ว

    Excellent to the point, Quite Helpful !!

  • @Spydaw
    @Spydaw 4 ปีที่แล้ว +6

    Great video, very informative, thanks for the upload.
    There is a large black bar at the top of the video which pushes the rest of the clip down off the bottom.

    • @CloudDevEngineering
      @CloudDevEngineering  4 ปีที่แล้ว +4

      Thank you! Yeah, something happened during the editing process. It only happens in VS code, but not when I go to the browser. Apologies on that!

  • @l.e.nichols9382
    @l.e.nichols9382 ปีที่แล้ว +1

    Thank you!

  • @programadorweb8403
    @programadorweb8403 ปีที่แล้ว

    alive reload with a go container, for development? thanks!

  • @williammok9376
    @williammok9376 2 ปีที่แล้ว

    Thank you. I need to add an extra line in Docekr file to make it work: RUN go mod init

  • @ridhwanfarishermawan6149
    @ridhwanfarishermawan6149 3 ปีที่แล้ว +1

    how about cloning from private repository? how to set the credentials?

  • @wilk3ns
    @wilk3ns 2 ปีที่แล้ว +2

    Thank you for the video but good portion of the screen is not visible in the bottom side

  • @braineedly7543
    @braineedly7543 2 ปีที่แล้ว

    Can we using golang container instead of install golang in our laptop?

  • @realcryptc
    @realcryptc ปีที่แล้ว

    I want to watch you write dockerfiles and code XD

  • @r.in.shibuya
    @r.in.shibuya 3 ปีที่แล้ว +1

    Hey Michael would be interesting in consulting on a remote project in Tokyo?

    • @CloudDevEngineering
      @CloudDevEngineering  3 ปีที่แล้ว

      For all business inquiries, please feel free to reach michael here: michael.levan@clouddev.engineering

  • @kavyanshpandey3823
    @kavyanshpandey3823 4 ปีที่แล้ว

    Can you tell me how to expose...apache kafka with go lang api....with endpoints..

    • @CloudDevEngineering
      @CloudDevEngineering  4 ปีที่แล้ว

      Hey there. I’ll need a bit more information. What exactly are you trying to do?

    • @kavyanshpandey3823
      @kavyanshpandey3823 4 ปีที่แล้ว

      Apache kafka is running in my local machine after running docker- compose up by using a .yml

    • @kavyanshpandey3823
      @kavyanshpandey3823 4 ปีที่แล้ว

      My task is to make a go lang api that consume apache kafka mags and return a json response...

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

    Can't see most of the code