Q. Which command is used to pull a Docker image from Docker Hub?
β
Correct Answer: (A)
docker pull image_name
Explanation: The 'docker pull' command is used to pull a Docker image from a registry, such as Docker Hub.