Container
A process bundled with its filesystem and dependencies so it runs identically wherever it is started.
Containers solve the narrow problem of 'it worked on my machine' by shipping the dependencies alongside the code. They are not virtual machines: they share the host kernel, which is why they start in milliseconds rather than seconds.