Q. Which command is used to pull an image from Docker Hub?
β
Correct Answer: (B)
docker pull
Explanation: The 'docker pull' command is used to download an image from Docker Hub or another Docker registry.