Q. Which of the following commands is used to pull a Docker image from Docker Hub?
β
Correct Answer: (A)
docker pull image_name
Explanation: 'docker pull image_name' is used to download an image from Docker Hub.