SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The format for storing a Docker image in GCR is: [hostname]/[project-id]/[image]:[tag]. Required fields are:
A
hostname, the most used is gcr.io
B
image is the name of the image
C
tag, any tag for the image
D
All of the above
Explanation: 

Detailed explanation-1: -Docker uses storage drivers to store image layers, and to store data in the writable layer of a container. The container’s writable layer does not persist after the container is deleted, but is suitable for storing ephemeral data that is generated at runtime.

Detailed explanation-2: -Hostname: gcr.io. Google Cloud project: my-project. Target image name: web-site.

There is 1 question to complete.