Completed
Multi-Stage Builds
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Creating Production-Ready Containers - Securing and Optimizing for Node.js
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Three key optimization takeaways
- 3 What is needed for production
- 4 Container Slimming
- 5 "Hello World" NodeJs Example
- 6 Example "Hello World" Dockerfile
- 7 Creating a Better DockerFile
- 8 Setting a User
- 9 Pinning a Version
- 10 Layer Caching
- 11 NPM Cache Management
- 12 Alternative Base Image
- 13 Multi-Stage Builds