Containers Primer v2
Containers Primer v2
To learn more, read our sysadmin’s guide to containers, by Dan Walsh: https://red.ht/2NOwQkS
Container registries Web servers used to store Quay.io, Docker.io, Artifactory, Google Container
container images Registry, Amazon Elastic Container Registry, etc.
Container engines Container tools used to pull Docker, Podman, CRI-O, Containerd, Rkt, Garden
images from container registries
and assemble them on the host
before creating the runtime
specification and launching the
container runtime
Container runtimes Executables that read the runc, Kata, gVisor, Nabla, etc.
container runtime specification,
configure the kernel, and launch
the initial process inside the
container
Container image builders Tools used to create Buildah, Docker Build, img, Kaniko, orca-build, etc.
container images
Container orchestrators Tools used to manage containers Kubernetes, Mesosphere, Docker Swarm, Garden,
on multiple different systems OpenShift