Containers

    Each container that you run is repeatable; the standardization from having dependencies included means that you get the same behavior wherever you run it.

    A container image is a ready-to-run software package, containing everything needed to run an application: the code and any runtime it requires, application and system libraries, and default values for any essential settings.

    The container runtime is the software that is responsible for running containers.

    • Read about