SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A collection of distributed docker images that are public or private and can be accessed via the docker hub. Is the meaning of?
A
daemon
B
container
C
registry
D
None of the above
Explanation: 

Detailed explanation-1: -For information about Docker Hub, which offers a hosted registry with additional features such as teams, organizations, web hooks, automated builds, etc, see Docker Hub. A registry is a storage and content delivery system, holding named Docker images, available in different tagged versions.

Detailed explanation-2: -A Docker registry is organized into Docker repositories, where a repository holds all the versions of a specific image. The registry allows Docker users to pull images locally, as well as push new images to the registry (given adequate access permissions when applicable).

There is 1 question to complete.