CompTIA CV0-004 Practice Test 1
Question 1 / 40
Given the following command:
Sdocker pull images.comptia.org/user1/myimage:latest
Which of the following correctly identifies images.comptia.org?
Image registry
Image creator
Image version
Image name
Comment (0)
Suggested answer: A
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.
Reference: Docker and container management concepts, including image registries, are part of the cloud services understanding in the CompTIA Cloud+ curriculum.