When a Docker container is run from an image on a Docker host, is this how the container is deployed?
If the image is not stored locally on the host, the host contacts the registry, looks up a host that does have the image, and schedules the container to run on that host.
Answer(s): B
Reference:
https://docs.docker.com/engine/faq/
Reveal Solution Next Question