Docker
A tool that packages an app with all its dependencies into a container that runs identically on any machine.
Analogy
Like packing all your toys into one box so they work the same wherever you travel.
Why it matters
It removes 'works on my machine' problems and is standard for running self-hosted tools like n8n reliably.
In practice
You run a self-hosted n8n instance with a single Docker command.
