Dockerfile for Golang Step by Step 2024 (multi-stage build with distroless/scratch)

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

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

  • @THENOOBYPRO
    @THENOOBYPRO 22 วันที่ผ่านมา +2

    niceee vid man , but next time include my right ear too

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

    i never learn docker before. and you help me dockerize my testing app. thanks for the tuts ❤❤

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

    This is just the bestttt

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

      Glad to hear you found it helpful!

  • @namhtrg2045
    @namhtrg2045 7 หลายเดือนก่อน +1

    TYSM your tutorial is very clearly, can you suggest me some existed Golang project to try to deploy by using docker?

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

    Thank you very much 💌

  • @CalmCamera-zn6sb
    @CalmCamera-zn6sb 3 หลายเดือนก่อน

    So thank u

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

    HI, great video! I was wondering that, if you wanted to, maybe you could try making a video on using on specific use cases of a docker container? Like a dead simple example such as this one, but it requires the use of a docker volume to write to. Or one with a simple mysql implementation.

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

      A use case for a docker container is mainly the fact that you can develop locally and expect the same environment as on the server since you deploy the same container, the same building block, there as well.
      You can dockerize mostly anything that will run on a server and I can only think of some very specific uses when you shouldn't. If you have extremely high performance expectations and want to get the juice out of your machines absolutely, then you shouldn't dockerize. But these applications are scarce since you can also just buy or rent another server and sync between them if you need more processing power.