To use a programming metaphor, if an
image is a class, then a container is an instance of a class--a runtime object. Containers are hopefully why you're using
Docker; they're lightweight and portable encapsulations of an environment in which to run applications.Mar 20, 2018
read more >>