FUNDAMENTALS OF COMPUTER

SYSTEMS DEVELOPMENT ANALYSIS

APPLICATION DEVELOPMENT PROCESSES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which two parameters are passed to the Docker Login Command to access OCI Registry from Docker CLT?
A
tenancyname/OCIusername
B
Auth Token for password
C
password
D
tenancyname
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: -Log in to container registry You must log in to your Azure Container Registry instance before pushing images to it. Use the az acr login command to complete the operation.

Detailed explanation-3: -Use docker login to log into DockerHub via the commandline. docker login-u your user name-The-u option allows us to pass our user name.

Detailed explanation-4: -You can use an access token anywhere that requires your Docker Hub password. When logging in from your Docker CLI client ( docker login–username <username> ), omit the password in the login command. Instead, enter your token when asked for a password.

There is 1 question to complete.