CV0-004 · Question #42
Given the following command: Sdocker pull images.comptia.org/user1/myimage:latest Which of the following correctly identifies images.comptia.org?
The correct answer is A. Image registry. In the Docker pull command given, images.comptia.org represents the image registry. A Docker image registry is a collection of repositories that host Docker images. It is where images are stored and organized, and from where they can be pulled for deployment.
Question
Given the following command:
Sdocker pull images.comptia.org/user1/myimage:latest Which of the following correctly identifies images.comptia.org?
Options
- AImage registry
- BImage creator
- CImage version
- DImage name
How the community answered
(34 responses)- A91% (31)
- B3% (1)
- D6% (2)
Explanation
In the Docker pull command given, images.comptia.org represents the image registry. A Docker image registry is a collection of repositories that host Docker images. It is where images are stored and organized, and from where they can be pulled for deployment.
Topics
Community Discussion
No community discussion yet for this question.