090. docker basics: packaging apps for deployment (ks5)
Solve the
You have spent weeks writing brilliant code, and it runs perfectly on your laptop. But when you send it to a friend or upload it to a server, it completely breaks! This is a classic software engineering nightmare. To solve it, we use containerisation. We will explore the basics of Docker, learning how to package your application and all its dependencies into a single, reliable container ready for deployment.
Last modified: March 26th, 2026
