Container
A container is a self-contained, standard unit of software that encapsulates an application and its dependencies to facilitate its deployment in many computing environments.
Container packaging can naturally enforce the sandboxing of applications.
By limiting the possible interactions of the contained application with the computing environment where its container is executed.
Last updated