Which command pulls an image from Docker Hub?
a) docker get
b) docker fetch
c) docker pull
d) docker download
Explanation:
The docker pull command is used to pull or download a Docker image from a registry like Docker Hub.