Container
A container is a ready-to-run software package that bundles up an application’s code together with any runtime it requires: system tools, libraries, and default values for any essential settings.
less than a minute
A container is a ready-to-run software package that bundles up an application’s code together with any runtime it requires: system tools, libraries, and default values for any essential settings.
Containers are created from read-only templates called an image. Images are immutable by design. If the application code or default configuration changes, a new container image must be built.