0 votes
in Docker by

Which command pulls an image from Docker Hub?

a) docker get

b) docker fetch

c) docker pull

d) docker download

1 Answer

0 votes
by

c) docker pull

Explanation:

The docker pull command is used to pull or download a Docker image from a registry like Docker Hub.

...