Intro to Docker Images, Containers

First, these terms mean the same in the docker world: Image, Docker Image, container image and OCI (Open Container Initiative) image. Build time vs Run Time In a typical production cloud deployment, your registry and machines sit in the cloud.While DockerHub is the default registry, there are many options with cloud providers.With the simple case…