Docker, Kubernetes and Helm
Docker
Docker in general
Docker is used to create, deploy and run applications (such as the Identity server en Webmvc) as containers.
Docker Images
Docker images is like a read-only snapshot of an image and they are used to create these containers.