Node.js Rocks in Docker, 2022 Edition

preview_player
Показать описание


• Speaker:
Bret Fisher, Docker Captain

• Ressource:
Рекомендации по теме
Комментарии
Автор

Hello Bret, thank you so much for the quality and clarity. Could you please tell a little about performance though ? Not memory and how rebuilds are affected, but rather the NodeJS app inside docker VS a stand-alone. I kinda know the principales of Docker, and have been using Node for 2 years now, so I know the benefits of Docker. But how would that affect performance in production for a web app for instance ... thank you

aben
Автор

Interesting talk, and learned a few things I will use on my own dockerFile. Bret is opinionated just like we all as developers are, never preaches he is the all knowing guru.

renebakx
Автор

True about Alpine ! it was a pain to have all dependencies installed and working; especially those that require Python (node-gyp users)

aben
Автор

I find slow on startup nodejs with docker.

sabbirsobhani