What is Container?
A lightweight, isolated package containing an application and everything it needs to run
Why It Matters
Containers make deployment consistent and let you run multiple apps on the same server without conflicts
Real-World Example
Running a Python app and a Node.js app in separate containers on the same server
Learn More at buildDay Melbourne
Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.
Related Terms
Docker
A tool that packages your application and everything it needs to run into a standardised container
Kubernetes
A system for automatically managing, scaling, and deploying containerised applications
Server
A computer that runs continuously to handle requests, store data, and serve your application to users
Serverless
A way to run code without managing your own servers, where the cloud provider handles everything
Edge Functions
Code that runs on servers close to your users around the world, rather than in one central location
Domain
The human-readable web address people type to visit your website, like '13labs.com.au'