When a Docker container is run from an image on a Docker host, is this how the container is deployed?

Posted by: Pdfprep Category: HPE0-V13 Tags: , ,

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.
A . Yes
B . No

Answer: B

Explanation:

Reference: https://docs.docker.com/engine/faq/

Leave a Reply

Your email address will not be published.