Beginner Docker & Containers
Q14 / 100

What does "docker pull" do?

Correct! Well done.

Incorrect.

The correct answer is B) Downloads an image from a registry to the local machine

B

Correct Answer

Downloads an image from a registry to the local machine

Explanation

"docker pull <image>:<tag>" fetches an image (or a specific tag of it) from a registry such as Docker Hub.

Progress
14/100