Solved

When a Docker Container Is Run from an Image on a Docker

Question 2

Multiple Choice

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

Correct Answer:

verifed

Verified

Related Questions