Docker

Runtimes

The unit of deployment everywhere, the same image runs locally and in production.

A container runtime that packages a process with its filesystem and dependencies, so the same image runs identically wherever the runtime exists.

How we use it

The unit of deployment everywhere here. The same manifest that describes a system produces a local compose stack and the production one, so the difference between a developer machine and a server is the overlay, not the image.

18

systems