nerdexam
CompTIA

XK0-006 · Question #34

A Linux user needs to download the latest Debian image from a Docker repository. Which of the following commands makes this task possible?

The correct answer is B. docker image pull Debian. The docker image pull command downloads an image from a Docker repository (such as Docker Hub). Using docker image pull debian retrieves the latest Debian image.

System Configuration and Management

Question

A Linux user needs to download the latest Debian image from a Docker repository. Which of the following commands makes this task possible?

Options

  • Adocker image init debian
  • Bdocker image pull Debian
  • Cdocker image import debian
  • Ddocker image save debian

How the community answered

(59 responses)
  • A
    2% (1)
  • B
    92% (54)
  • C
    2% (1)
  • D
    5% (3)

Explanation

The docker image pull command downloads an image from a Docker repository (such as Docker Hub). Using docker image pull debian retrieves the latest Debian image.

Topics

#Docker#docker image pull#container registry#image management

Community Discussion

No community discussion yet for this question.

Full XK0-006 Practice