use multi-stage to build super slim node.js docker images.. From 780MB to less than 50MB

Поділитися
Вставка
  • Опубліковано 3 жов 2024
  • this tutorial shows you how you can dramatically reduce the size of your nodejs docker images using multi-stage builds combined with tiny operating systems. i explain how to build a very small node.js docker image using google distroless, red hat universal base image (UBI) and debian slim. I also show that these containers are just as small as alpine images but don't have the disadvantage of not being officially supported. net result in tiny node.js docker containers that are supported, and can run in docker and kubernetes.

КОМЕНТАРІ • 13

  • @litan1106
    @litan1106 3 роки тому +6

    Great video on docker multistage for node.js Thanks

    • @chrishayuk
      @chrishayuk  3 роки тому +1

      Thanks so much, glad it was useful for you

  • @caiotony2037
    @caiotony2037 2 роки тому +2

    So useful video
    really thanks

    • @chrishayuk
      @chrishayuk  2 роки тому +1

      aaah, very early vid, glad you like

  • @AmbrishJhaworld
    @AmbrishJhaworld 2 роки тому +2

    nice tutorial. Thanks

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

      Glad you liked it! one of my early vids

  • @radiantmind1079
    @radiantmind1079 2 роки тому +1

    Sir .... you are a great discovery .... thanks for sharing those brilliant info

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

    muito obrigado Chris, essas questões de segurança são realmente muito importantes!

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

    Quite useless. You just talked for 15 minutes and at the end said that if we want to understand anything we should watch another video. Doesn't really explain how to get it under 50MB, does it?

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

      Ah well, I try my best, not gonna always hit the mark

  • @briansunday7551
    @briansunday7551 2 роки тому +1

    awesome video Mr. Chris