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