VISUAL BASIC

INTRODUCTION TO NET

APPLICATION DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You have all the credentials to log in to Oracle Cloud Infrastructure and access Oracle CloudInfrastructure Registry.What would be the name of the new repository created when you push the docker image to OracleCloud Infrastructure Registry without specifying the repository name?
A
Name of the image
B
Name of the image tag
C
Tenancy name/region-code
D
Username/region-code
Explanation: 

Detailed explanation-1: -Before using OCI Functions, you have to log Docker in to the Docker registry in which you are going to store your functions as Docker images. This is the Docker registry specified in the Fn Project CLI context (see Creating an Fn Project CLI Context to Connect to Oracle Cloud Infrastructure).

Detailed explanation-2: -ocir.io is the Oracle Cloud Infrastructure Registry name. <tenancy-namespace> is the auto-generated Object Storage namespace string of the tenancy (as shown on the Tenancy Information page) containing the repository from which the application is to pull the image.

Detailed explanation-3: -Which statement is valid for Oracle Cloud Infrastructure Container Registry (OCIR)? You can create only private Docker repositories in OCIR. You can create only public Docker repositories in OCIR. A single registry can only contain either private or public Docker repositories.

Detailed explanation-4: -Which is a proper rule to follow when creating container repositories inside the Oracle Cloud Infrastructure (OCI) Registry? AWhen creating a container repository, check the Immutable Artifacts box, as it keeps other developers from altering the files.

Detailed explanation-5: -create an auth token for use with Oracle Cloud Infrastructure Registry. create a new repository. log in to Oracle Cloud Infrastructure Registry from the Docker CLI. pull a test image from DockerHub. tag the image. push the image to Oracle Cloud Infrastructure Registry using the Docker CLI. More items

There is 1 question to complete.