EMERGING TRENDS IN SOFTWARE ENGINEERING
DEVOPS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following is not a component of Docker Architecture?
|
Docker Machine
|
|
Docker Engine
|
|
Docker Runtime
|
|
Docker Registry
|
|
Docker Daemon
|
Explanation:
Detailed explanation-1: -The CNM is built on three main components-sandbox, endpoint, and network.
Detailed explanation-2: -Docker Hub is the default storage location of images that stores the public registry. However, registries can either be private or public. Every time a Docker pull request is made, the image is pulled from the desired Docker registry where it was the same.
Detailed explanation-3: -Docker Engine is an open source containerization technology for building and containerizing your applications. Docker Engine acts as a client-server application with: A server with a long-running daemon process dockerd . APIs which specify interfaces that programs can use to talk to and instruct the Docker daemon.
There is 1 question to complete.