Node.js Rocks in Docker for Dev and Ops

Node.js Rocks in Docker for Dev and Ops

Docker via YouTube Direct link

Bind-Mounting: Performance . On Linux, bind-mounts are native

18 of 19

18 of 19

Bind-Mounting: Performance . On Linux, bind-mounts are native

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Node.js Rocks in Docker for Dev and Ops

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 What We Gonna' Learn Bret? .Node Dockerfile Best Practices
  3. 3 Every Node Sample Dockerfile
  4. 4 Node Base Image Guidelines Stick to even numbered major releases
  5. 5 When to use Alpine Images
  6. 6 node_modules in Images . Problem: we shouldn't buildinages with node_modules from host
  7. 7 Least Privilege: Using node User
  8. 8 Node Process Management In Containers
  9. 9 The Truth About The PID 1 Problem
  10. 10 Proper CMD for Healthy Shutdown
  11. 11 Proper Node Shutdown Options Temp: Use --init to fix ctrl-c for now
  12. 12 Avoiding dev Dependencies In Prod .Multi-stage can solve this
  13. 13 Building A Specific Stage
  14. 14 More Multi-stage: test
  15. 15 Security Scanning and Audit
  16. 16 Compose YAML v2 vs v3 Myth busting: v3 does not replace v2
  17. 17 node_modules in Bind-Mounts
  18. 18 Bind-Mounting: Performance . On Linux, bind-mounts are native
  19. 19 Dependency Awareness

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.