All terms

Glossary

Container

Also: Docker

An application together with its dependencies in a self-contained package that runs the same everywhere.

The benefit is reproducibility: what runs locally runs identically in staging and production, because runtime and libraries travel with it.

For legacy systems containers are often the first sensible step, because they unify operations without changing the application.

Read more20-year-old publishing platform