Q. What does the 'docker pull' command do?
β
Correct Answer: (B)
Downloads a Docker image from the registry
Explanation: 'docker pull' is used to download a Docker image from a registry such as Docker Hub.