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