Posted by: Pdfprep
Post Date: December 14, 2020
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