Correct Answer : Docker will pull the image from Docker Hub.
Explanation : Docker will look at the local image repository when a container image is referenced in a Dockerfile. If one is not found on the host, Docker will search for an image with the same name and version number on Docker Hub.