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