Completed
- building dependencies with cargo-chef
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Super Fast Rust Docker Builds With Super Small Images Using Multi-Stage and Cargo-Chef - Rustlang
Automatically move to the next video in the Classroom when playback concludes
- 1 - introduction
- 2 - create an actix-web server
- 3 - create our dockerfile
- 4 - create a .xdockerignore file
- 5 - building our docker image
- 6 - running our docker container
- 7 - slow compilation issues with docker and rust
- 8 - creating smaller images with multi-stage
- 9 - google distroless production images
- 10 - separating dependencies from application build
- 11 - building dependencies with cargo-chef
- 12 - super fast compilation of our docker image
- 13 - least privilege rust docker images
- 14 - conclusion