Container (1/6)
What is a Docker container?
    A Docker container is like a box that holds your app and everything it needs to run — no more 'it works on my machine' problems.
    A Docker container is a lightweight, standalone, and executable package that includes:
    • Your application code
    • All its dependencies, libraries, binaries
    • And even runtime (like Node.js, Python, etc.)