Containers, images, and image streams are important concepts to understand when you set out to create and manage containerized software. An image holds a set of software that is ready to run, while a container is a running instance of a container image. An image stream provides a way of storing different versions of the same basic image. Those different versions are represented by different tags on the same image name.
modules/images-about.adoc modules/containers-about.adoc modules/images-image-registry-about.adoc modules/images-container-repository-about.adoc modules/images-tag.adoc modules/images-id.adoc modules/images-imagestream-use.adoc modules/images-imagestream-tag.adoc modules/images-imagestream-image.adoc modules/images-imagestream-trigger.adoc